Html Css Color HEX #564612 Bronze Olive

📋 copy color: '#564612'

red 86 ◦ green 70 ◦ blue 18

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

Shades of Bronze Olive #564612

Tints of Bronze Olive #564612

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.23%

 BLUE value IS 18 (7.42% from 255) = 10.34%

R = 49.43%
G = 40.23%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#564612 (or 0x564612) is known color: Bronze Olive. HEX triplet: 56, 46 and 12. RGB value is (86,70,18). Sum of RGB (Red+Green+Blue) = 86+70+18=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564612 is #A9B9ED. Grayscale: #454545. Windows color (decimal): -11123182 or 1197654. OLE color: 1197654.

HSL color Cylindrical-coordinate representation of color #564612: hue angle of 45.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #564612 is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 70 18 -
CMYK 0 0.19 0.79 0.66
HSL 45.88º 0.65% 0.2% -
HSV(B) 45.88º 0.79% 0.34% -
XYZ 6.14 6.4 1.48 -
YUV 68.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 86 70 18 0 0.19 0.79 0.66 45.88 0.65 0.2
Hex 56 46 12 0 13 4F 42 2E 41 14
Octal 126 106 22 0 23 117 102 56 101 24
Binary 1010110 1000110 10010 0 10011 1001111 1000010 101110 1000001 10100

Color Harmonies of #564612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564612

Black with #564612

Text Example


Text Example

White with #564612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564612; }

 p { color: rgb(86,70,18); }

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

background-color css

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

 a { background-color: rgb(86,70,18); }

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

border-color css

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

 span { border-color: rgb(86,70,18); }

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