Html Css Color HEX #603B20 Carnaby Tan

📋 copy color: '#603B20'

red 96 ◦ green 59 ◦ blue 32

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

Shades of Carnaby Tan #603B20

Tints of Carnaby Tan #603B20

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

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

R = 51.34%
G = 31.55%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#603B20 (or 0x603B20) is known color: Carnaby Tan. HEX triplet: 60, 3B and 20. RGB value is (96,59,32). Sum of RGB (Red+Green+Blue) = 96+59+32=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #603B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603B20 is #9FC4DF. Grayscale: #434343. Windows color (decimal): -10470624 or 2112352. OLE color: 2112352.

HSL color Cylindrical-coordinate representation of color #603B20: hue angle of 25.31º 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 #603B20 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 32 -
CMYK 0 0.39 0.67 0.62
HSL 25.31º 0.5% 0.25% -
HSV(B) 25.31º 0.67% 0.38% -
XYZ 6.65 5.72 2.12 -
YUV 66.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 96 59 32 0 0.39 0.67 0.62 25.31 0.5 0.25
Hex 60 3B 20 0 27 43 3E 19 32 19
Octal 140 73 40 0 47 103 76 31 62 31
Binary 1100000 111011 100000 0 100111 1000011 111110 11001 110010 11001

Color Harmonies of #603B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B20

Black with #603B20

Text Example


Text Example

White with #603B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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