Html Css Color HEX #603D08 Baker's Chocolate

📋 copy color: '#603D08'

red 96 ◦ green 61 ◦ blue 8

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

Shades of Baker's Chocolate #603D08

Tints of Baker's Chocolate #603D08

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 58.18%
G = 36.97%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#603D08 (or 0x603D08) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 08. RGB value is (96,61,8). Sum of RGB (Red+Green+Blue) = 96+61+8=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D08 is #9FC2F7. Grayscale: #414141. Windows color (decimal): -10470136 or 540000. OLE color: 540000.

HSL color Cylindrical-coordinate representation of color #603D08: hue angle of 36.14º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #603D08 is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 61 8 -
CMYK 0 0.36 0.92 0.62
HSL 36.14º 0.85% 0.2% -
HSV(B) 36.14º 0.92% 0.38% -
XYZ 6.54 5.84 1.01 -
YUV 65.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 96 61 8 0 0.36 0.92 0.62 36.14 0.85 0.2
Hex 60 3D 8 0 24 5C 3E 24 55 14
Octal 140 75 10 0 44 134 76 44 125 24
Binary 1100000 111101 1000 0 100100 1011100 111110 100100 1010101 10100

Color Harmonies of #603D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D08

Black with #603D08

Text Example


Text Example

White with #603D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D08; }

 p { color: rgb(96,61,8); }

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

background-color css

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

 a { background-color: rgb(96,61,8); }

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

border-color css

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

 span { border-color: rgb(96,61,8); }

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