Html Css Color HEX #603C1F Carnaby Tan

📋 copy color: '#603C1F'

red 96 ◦ green 60 ◦ blue 31

#603C1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carnaby Tan #603C1F

Tints of Carnaby Tan #603C1F

RGB

 RED value IS 96 (37.89% from 255) = 51.34%

 GREEN value IS 60 (23.83% from 255) = 32.09%

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 51.34%
G = 32.09%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#603C1F (or 0x603C1F) is known color: Carnaby Tan. HEX triplet: 60, 3C and 1F. RGB value is (96,60,31). Sum of RGB (Red+Green+Blue) = 96+60+31=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #603C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C1F is #9FC3E0. Grayscale: #434343. Windows color (decimal): -10470369 or 2047072. OLE color: 2047072.

HSL color Cylindrical-coordinate representation of color #603C1F: hue angle of 26.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603C1F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 60 31 -
CMYK 0 0.38 0.68 0.62
HSL 26.77º 0.51% 0.25% -
HSV(B) 26.77º 0.68% 0.38% -
XYZ 6.69 5.82 2.07 -
YUV 67.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 96 60 31 0 0.38 0.68 0.62 26.77 0.51 0.25
Hex 60 3C 1F 0 26 44 3E 1B 33 19
Octal 140 74 37 0 46 104 76 33 63 31
Binary 1100000 111100 11111 0 100110 1000100 111110 11011 110011 11001

Color Harmonies of #603C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C1F

Black with #603C1F

Text Example


Text Example

White with #603C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603C1F; }

 p { color: rgb(96,60,31); }

 H1.HeaderClassName
 {
   color: #603C1F;
 }
 .AnyTagClassName
 {
   color: #603C1F;
 }
</style>

background-color css

<style>
 a { background-color: #603C1F; }

 a { background-color: rgb(96,60,31); }

 div.DivClassName
 {
   background-color: #603C1F;
 }
 .BgClassName
 {
   background-color: #603C1F;
 }
</style>

border-color css

<style>
 span { border-color: #603C1F; }

 span { border-color: rgb(96,60,31); }

 td.TdClassName
 {
   border-color: #603C1F;
 }
 .TagClassName
 {
   border-color: #603C1F;
 }
</style>