Html Css Color HEX #563600 Baker's Chocolate

📋 copy color: '#563600'

red 86 ◦ green 54 ◦ blue 0

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

Shades of Baker's Chocolate #563600

Tints of Baker's Chocolate #563600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 38.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.43%
G = 38.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#563600 (or 0x563600) is known color: Baker's Chocolate. HEX triplet: 56, 36 and 00. RGB value is (86,54,0). Sum of RGB (Red+Green+Blue) = 86+54+0=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 54 (21.48% from 255 or 38.57% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #563600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563600 is #A9C9FF. Grayscale: #393939. Windows color (decimal): -11127296 or 13910. OLE color: 13910.

HSL color Cylindrical-coordinate representation of color #563600: hue angle of 37.67º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #563600 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 54 0 -
CMYK 0 0.37 1 0.66
HSL 37.67º 1% 0.17% -
HSV(B) 37.67º 1% 0.34% -
XYZ 5.16 4.62 0.62 -
YUV 57.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 86 54 0 0 0.37 1 0.66 37.67 1 0.17
Hex 56 36 0 0 25 64 42 26 64 11
Octal 126 66 0 0 45 144 102 46 144 21
Binary 1010110 110110 0 0 100101 1100100 1000010 100110 1100100 10001

Color Harmonies of #563600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563600

Black with #563600

Text Example


Text Example

White with #563600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563600; }

 p { color: rgb(86,54,0); }

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

background-color css

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

 a { background-color: rgb(86,54,0); }

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

border-color css

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

 span { border-color: rgb(86,54,0); }

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