Html Css Color HEX #60330B Baker's Chocolate

📋 copy color: '#60330B'

red 96 ◦ green 51 ◦ blue 11

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

Shades of Baker's Chocolate #60330B

Tints of Baker's Chocolate #60330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 60.76%
G = 32.28%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60330B (or 0x60330B) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 0B. RGB value is (96,51,11). Sum of RGB (Red+Green+Blue) = 96+51+11=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60330B is #9FCCF4. Grayscale: #3C3C3C. Windows color (decimal): -10472693 or 734048. OLE color: 734048.

HSL color Cylindrical-coordinate representation of color #60330B: hue angle of 28.24º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60330B is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 11 -
CMYK 0 0.47 0.89 0.62
HSL 28.24º 0.79% 0.21% -
HSV(B) 28.24º 0.89% 0.38% -
XYZ 6.07 4.88 0.94 -
YUV 59.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 96 51 11 0 0.47 0.89 0.62 28.24 0.79 0.21
Hex 60 33 B 0 2F 59 3E 1C 4F 15
Octal 140 63 13 0 57 131 76 34 117 25
Binary 1100000 110011 1011 0 101111 1011001 111110 11100 1001111 10101

Color Harmonies of #60330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60330B

Black with #60330B

Text Example


Text Example

White with #60330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60330B; }

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

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

background-color css

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

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

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

border-color css

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

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

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