Html Css Color HEX #564709 Bronze Olive

📋 copy color: '#564709'

red 86 ◦ green 71 ◦ blue 9

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

Shades of Bronze Olive #564709

Tints of Bronze Olive #564709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.77%

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 51.81%
G = 42.77%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#564709 (or 0x564709) is known color: Bronze Olive. HEX triplet: 56, 47 and 09. RGB value is (86,71,9). Sum of RGB (Red+Green+Blue) = 86+71+9=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 71 (28.12% from 255 or 42.77% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #564709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564709 is #A9B8F6. Grayscale: #444444. Windows color (decimal): -11122935 or 608086. OLE color: 608086.

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

Color convert

RGB 86 71 9 -
CMYK 0 0.17 0.90 0.66
HSL 48.31º 0.81% 0.19% -
HSV(B) 48.31º 0.9% 0.34% -
XYZ 6.14 6.5 1.19 -
YUV 68.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 86 71 9 0 0.17 0.90 0.66 48.31 0.81 0.19
Hex 56 47 9 0 11 5A 42 30 51 13
Octal 126 107 11 0 21 132 102 60 121 23
Binary 1010110 1000111 1001 0 10001 1011010 1000010 110000 1010001 10011

Color Harmonies of #564709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564709

Black with #564709

Text Example


Text Example

White with #564709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564709; }

 p { color: rgb(86,71,9); }

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

background-color css

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

 a { background-color: rgb(86,71,9); }

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

border-color css

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

 span { border-color: rgb(86,71,9); }

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