Html Css Color HEX #603616 Baker's Chocolate

📋 copy color: '#603616'

red 96 ◦ green 54 ◦ blue 22

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

Shades of Baker's Chocolate #603616

Tints of Baker's Chocolate #603616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 22 (8.98% from 255) = 12.79%

R = 55.81%
G = 31.4%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#603616 (or 0x603616) is known color: Baker's Chocolate. HEX triplet: 60, 36 and 16. RGB value is (96,54,22). Sum of RGB (Red+Green+Blue) = 96+54+22=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #603616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603616 is #9FC9E9. Grayscale: #3F3F3F. Windows color (decimal): -10471914 or 1455712. OLE color: 1455712.

HSL color Cylindrical-coordinate representation of color #603616: hue angle of 25.95º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #603616 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 54 22 -
CMYK 0 0.44 0.77 0.62
HSL 25.95º 0.63% 0.23% -
HSV(B) 25.95º 0.77% 0.38% -
XYZ 6.29 5.18 1.43 -
YUV 62.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 96 54 22 0 0.44 0.77 0.62 25.95 0.63 0.23
Hex 60 36 16 0 2C 4D 3E 1A 3F 17
Octal 140 66 26 0 54 115 76 32 77 27
Binary 1100000 110110 10110 0 101100 1001101 111110 11010 111111 10111

Color Harmonies of #603616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603616

Black with #603616

Text Example


Text Example

White with #603616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603616; }

 p { color: rgb(96,54,22); }

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

background-color css

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

 a { background-color: rgb(96,54,22); }

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

border-color css

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

 span { border-color: rgb(96,54,22); }

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