Html Css Color HEX #603716 Baker's Chocolate

📋 copy color: '#603716'

red 96 ◦ green 55 ◦ blue 22

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

Shades of Baker's Chocolate #603716

Tints of Baker's Chocolate #603716

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 55.49%
G = 31.79%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#603716 (or 0x603716) is known color: Baker's Chocolate. HEX triplet: 60, 37 and 16. RGB value is (96,55,22). Sum of RGB (Red+Green+Blue) = 96+55+22=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #603716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603716 is #9FC8E9. Grayscale: #3F3F3F. Windows color (decimal): -10471658 or 1455968. OLE color: 1455968.

HSL color Cylindrical-coordinate representation of color #603716: hue angle of 26.76º 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 #603716 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 22 -
CMYK 0 0.43 0.77 0.62
HSL 26.76º 0.63% 0.23% -
HSV(B) 26.76º 0.77% 0.38% -
XYZ 6.33 5.28 1.44 -
YUV 63.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 96 55 22 0 0.43 0.77 0.62 26.76 0.63 0.23
Hex 60 37 16 0 2B 4D 3E 1B 3F 17
Octal 140 67 26 0 53 115 76 33 77 27
Binary 1100000 110111 10110 0 101011 1001101 111110 11011 111111 10111

Color Harmonies of #603716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603716

Black with #603716

Text Example


Text Example

White with #603716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603716; }

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

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

background-color css

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

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

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

border-color css

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

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

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