Html Css Color HEX #552106 Baker's Chocolate

📋 copy color: '#552106'

red 85 ◦ green 33 ◦ blue 6

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

Shades of Baker's Chocolate #552106

Tints of Baker's Chocolate #552106

RGB

 RED value IS 85 (33.59% from 255) = 68.55%

 GREEN value IS 33 (13.28% from 255) = 26.61%

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

R = 68.55%
G = 26.61%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#552106 (or 0x552106) is known color: Baker's Chocolate. HEX triplet: 55, 21 and 06. RGB value is (85,33,6). Sum of RGB (Red+Green+Blue) = 85+33+6=124 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68.55% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 85 - color contains mainly: red. Hex color #552106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552106 is #AADEF9. Grayscale: #2D2D2D. Windows color (decimal): -11198202 or 401749. OLE color: 401749.

HSL color Cylindrical-coordinate representation of color #552106: hue angle of 20.51º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #552106 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 33 6 -
CMYK 0 0.61 0.93 0.67
HSL 20.51º 0.87% 0.18% -
HSV(B) 20.51º 0.93% 0.33% -
XYZ 4.32 3.03 0.53 -
YUV 45.47 105.73 156.2 -
System Red Green Blue C M Y K H S L
Decimal 85 33 6 0 0.61 0.93 0.67 20.51 0.87 0.18
Hex 55 21 6 0 3D 5D 43 15 57 12
Octal 125 41 6 0 75 135 103 25 127 22
Binary 1010101 100001 110 0 111101 1011101 1000011 10101 1010111 10010

Color Harmonies of #552106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552106

Black with #552106

Text Example


Text Example

White with #552106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552106; }

 p { color: rgb(85,33,6); }

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

background-color css

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

 a { background-color: rgb(85,33,6); }

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

border-color css

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

 span { border-color: rgb(85,33,6); }

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