Html Css Color HEX #603D20 Carnaby Tan

📋 copy color: '#603D20'

red 96 ◦ green 61 ◦ blue 32

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

Shades of Carnaby Tan #603D20

Tints of Carnaby Tan #603D20

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.28%

 BLUE value IS 32 (12.89% from 255) = 16.93%

R = 50.79%
G = 32.28%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#603D20 (or 0x603D20) is known color: Carnaby Tan. HEX triplet: 60, 3D and 20. RGB value is (96,61,32). Sum of RGB (Red+Green+Blue) = 96+61+32=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 32 (12.89% from 255 or 16.93% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #603D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D20 is #9FC2DF. Grayscale: #444444. Windows color (decimal): -10470112 or 2112864. OLE color: 2112864.

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

Color convert

RGB 96 61 32 -
CMYK 0 0.36 0.67 0.62
HSL 27.19º 0.5% 0.25% -
HSV(B) 27.19º 0.67% 0.38% -
XYZ 6.75 5.93 2.15 -
YUV 68.16 107.6 147.86 -
System Red Green Blue C M Y K H S L
Decimal 96 61 32 0 0.36 0.67 0.62 27.19 0.5 0.25
Hex 60 3D 20 0 24 43 3E 1B 32 19
Octal 140 75 40 0 44 103 76 33 62 31
Binary 1100000 111101 100000 0 100100 1000011 111110 11011 110010 11001

Color Harmonies of #603D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D20

Black with #603D20

Text Example


Text Example

White with #603D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,32); }

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

background-color css

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

 a { background-color: rgb(96,61,32); }

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

border-color css

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

 span { border-color: rgb(96,61,32); }

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