Html Css Color HEX #564F06 Bronze Olive

📋 copy color: '#564F06'

red 86 ◦ green 79 ◦ blue 6

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

Shades of Bronze Olive #564F06

Tints of Bronze Olive #564F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 46.2%

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

R = 50.29%
G = 46.2%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.66

RGB Variations

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

Color information

#564F06 (or 0x564F06) is known color: Bronze Olive. HEX triplet: 56, 4F and 06. RGB value is (86,79,6). Sum of RGB (Red+Green+Blue) = 86+79+6=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #564F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #564F06 is #A9B0F9. Grayscale: #494949. Windows color (decimal): -11120890 or 413526. OLE color: 413526.

HSL color Cylindrical-coordinate representation of color #564F06: hue angle of 54.75º 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 #564F06 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 79 6 -
CMYK 0 0.08 0.93 0.66
HSL 54.75º 0.87% 0.18% -
HSV(B) 54.75º 0.93% 0.34% -
XYZ 6.67 7.58 1.28 -
YUV 72.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 86 79 6 0 0.08 0.93 0.66 54.75 0.87 0.18
Hex 56 4F 6 0 8 5D 42 37 57 12
Octal 126 117 6 0 10 135 102 67 127 22
Binary 1010110 1001111 110 0 1000 1011101 1000010 110111 1010111 10010

Color Harmonies of #564F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F06

Black with #564F06

Text Example


Text Example

White with #564F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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