Html Css Color HEX #603417 Baker's Chocolate

📋 copy color: '#603417'

red 96 ◦ green 52 ◦ blue 23

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

Shades of Baker's Chocolate #603417

Tints of Baker's Chocolate #603417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

 BLUE value IS 23 (9.38% from 255) = 13.45%

R = 56.14%
G = 30.41%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#603417 (or 0x603417) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 17. RGB value is (96,52,23). Sum of RGB (Red+Green+Blue) = 96+52+23=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603417 is #9FCBE8. Grayscale: #3E3E3E. Windows color (decimal): -10472425 or 1520736. OLE color: 1520736.

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

Color convert

RGB 96 52 23 -
CMYK 0 0.46 0.76 0.62
HSL 23.84º 0.61% 0.23% -
HSV(B) 23.84º 0.76% 0.38% -
XYZ 6.21 5 1.45 -
YUV 61.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 96 52 23 0 0.46 0.76 0.62 23.84 0.61 0.23
Hex 60 34 17 0 2E 4C 3E 18 3D 17
Octal 140 64 27 0 56 114 76 30 75 27
Binary 1100000 110100 10111 0 101110 1001100 111110 11000 111101 10111

Color Harmonies of #603417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603417

Black with #603417

Text Example


Text Example

White with #603417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603417; }

 p { color: rgb(96,52,23); }

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

background-color css

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

 a { background-color: rgb(96,52,23); }

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

border-color css

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

 span { border-color: rgb(96,52,23); }

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