Html Css Color HEX #603817 Baker's Chocolate

📋 copy color: '#603817'

red 96 ◦ green 56 ◦ blue 23

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

Shades of Baker's Chocolate #603817

Tints of Baker's Chocolate #603817

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 54.86%
G = 32%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#603817 (or 0x603817) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 17. RGB value is (96,56,23). Sum of RGB (Red+Green+Blue) = 96+56+23=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #603817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603817 is #9FC7E8. Grayscale: #404040. Windows color (decimal): -10471401 or 1521760. OLE color: 1521760.

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

Color convert

RGB 96 56 23 -
CMYK 0 0.42 0.76 0.62
HSL 27.12º 0.61% 0.23% -
HSV(B) 27.12º 0.76% 0.38% -
XYZ 6.39 5.38 1.51 -
YUV 64.2 104.75 150.68 -
System Red Green Blue C M Y K H S L
Decimal 96 56 23 0 0.42 0.76 0.62 27.12 0.61 0.23
Hex 60 38 17 0 2A 4C 3E 1B 3D 17
Octal 140 70 27 0 52 114 76 33 75 27
Binary 1100000 111000 10111 0 101010 1001100 111110 11011 111101 10111

Color Harmonies of #603817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603817

Black with #603817

Text Example


Text Example

White with #603817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603817; }

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

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

background-color css

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

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

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

border-color css

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

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

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