Html Css Color HEX #563506 Baker's Chocolate

📋 copy color: '#563506'

red 86 ◦ green 53 ◦ blue 6

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

Shades of Baker's Chocolate #563506

Tints of Baker's Chocolate #563506

RGB

 RED value IS 86 (33.98% from 255) = 59.31%

 GREEN value IS 53 (21.09% from 255) = 36.55%

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

R = 59.31%
G = 36.55%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#563506 (or 0x563506) is known color: Baker's Chocolate. HEX triplet: 56, 35 and 06. RGB value is (86,53,6). Sum of RGB (Red+Green+Blue) = 86+53+6=145 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.31% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 86 - color contains mainly: red. Hex color #563506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563506 is #A9CAF9. Grayscale: #393939. Windows color (decimal): -11127546 or 406870. OLE color: 406870.

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

Color convert

RGB 86 53 6 -
CMYK 0 0.38 0.93 0.66
HSL 35.25º 0.87% 0.18% -
HSV(B) 35.25º 0.93% 0.34% -
XYZ 5.14 4.54 0.78 -
YUV 57.51 98.93 148.32 -
System Red Green Blue C M Y K H S L
Decimal 86 53 6 0 0.38 0.93 0.66 35.25 0.87 0.18
Hex 56 35 6 0 26 5D 42 23 57 12
Octal 126 65 6 0 46 135 102 43 127 22
Binary 1010110 110101 110 0 100110 1011101 1000010 100011 1010111 10010

Color Harmonies of #563506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563506

Black with #563506

Text Example


Text Example

White with #563506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563506; }

 p { color: rgb(86,53,6); }

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

background-color css

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

 a { background-color: rgb(86,53,6); }

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

border-color css

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

 span { border-color: rgb(86,53,6); }

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