Html Css Color HEX #603306 Baker's Chocolate

📋 copy color: '#603306'

red 96 ◦ green 51 ◦ blue 6

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

Shades of Baker's Chocolate #603306

Tints of Baker's Chocolate #603306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.92%

R = 62.75%
G = 33.33%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#603306 (or 0x603306) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 06. RGB value is (96,51,6). Sum of RGB (Red+Green+Blue) = 96+51+6=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #603306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603306 is #9FCCF9. Grayscale: #3B3B3B. Windows color (decimal): -10472698 or 406368. OLE color: 406368.

HSL color Cylindrical-coordinate representation of color #603306: hue angle of 30º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #603306 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 6 -
CMYK 0 0.47 0.94 0.62
HSL 30º 0.88% 0.2% -
HSV(B) 30º 0.94% 0.38% -
XYZ 6.04 4.87 0.79 -
YUV 59.33 97.91 154.16 -
System Red Green Blue C M Y K H S L
Decimal 96 51 6 0 0.47 0.94 0.62 30 0.88 0.2
Hex 60 33 6 0 2F 5E 3E 1E 58 14
Octal 140 63 6 0 57 136 76 36 130 24
Binary 1100000 110011 110 0 101111 1011110 111110 11110 1011000 10100

Color Harmonies of #603306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603306

Black with #603306

Text Example


Text Example

White with #603306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603306; }

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

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

background-color css

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

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

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

border-color css

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

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

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