Html Css Color HEX #603316 Baker's Chocolate

📋 copy color: '#603316'

red 96 ◦ green 51 ◦ blue 22

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

Shades of Baker's Chocolate #603316

Tints of Baker's Chocolate #603316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

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

R = 56.8%
G = 30.18%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#603316 (or 0x603316) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 16. RGB value is (96,51,22). Sum of RGB (Red+Green+Blue) = 96+51+22=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603316 is #9FCCE9. Grayscale: #3D3D3D. Windows color (decimal): -10472682 or 1454944. OLE color: 1454944.

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

Color convert

RGB 96 51 22 -
CMYK 0 0.47 0.77 0.62
HSL 23.51º 0.63% 0.23% -
HSV(B) 23.51º 0.77% 0.38% -
XYZ 6.15 4.91 1.38 -
YUV 61.15 105.91 152.86 -
System Red Green Blue C M Y K H S L
Decimal 96 51 22 0 0.47 0.77 0.62 23.51 0.63 0.23
Hex 60 33 16 0 2F 4D 3E 18 3F 17
Octal 140 63 26 0 57 115 76 30 77 27
Binary 1100000 110011 10110 0 101111 1001101 111110 11000 111111 10111

Color Harmonies of #603316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603316

Black with #603316

Text Example


Text Example

White with #603316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603316; }

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

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

background-color css

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

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

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

border-color css

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

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

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