Html Css Color HEX #603C21 Carnaby Tan

📋 copy color: '#603C21'

red 96 ◦ green 60 ◦ blue 33

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

Shades of Carnaby Tan #603C21

Tints of Carnaby Tan #603C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 50.79%
G = 31.75%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#603C21 (or 0x603C21) is known color: Carnaby Tan. HEX triplet: 60, 3C and 21. RGB value is (96,60,33). Sum of RGB (Red+Green+Blue) = 96+60+33=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #603C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C21 is #9FC3DE. Grayscale: #434343. Windows color (decimal): -10470367 or 2178144. OLE color: 2178144.

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

Color convert

RGB 96 60 33 -
CMYK 0 0.38 0.66 0.62
HSL 25.71º 0.49% 0.25% -
HSV(B) 25.71º 0.66% 0.38% -
XYZ 6.71 5.83 2.21 -
YUV 67.69 108.43 148.2 -
System Red Green Blue C M Y K H S L
Decimal 96 60 33 0 0.38 0.66 0.62 25.71 0.49 0.25
Hex 60 3C 21 0 26 42 3E 1A 31 19
Octal 140 74 41 0 46 102 76 32 61 31
Binary 1100000 111100 100001 0 100110 1000010 111110 11010 110001 11001

Color Harmonies of #603C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C21

Black with #603C21

Text Example


Text Example

White with #603C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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