Html Css Color HEX #564908 Bronze Olive

📋 copy color: '#564908'

red 86 ◦ green 73 ◦ blue 8

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

Shades of Bronze Olive #564908

Tints of Bronze Olive #564908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.71%

 BLUE value IS 8 (3.52% from 255) = 4.79%

R = 51.5%
G = 43.71%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.66

RGB Variations

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

Color information

#564908 (or 0x564908) is known color: Bronze Olive. HEX triplet: 56, 49 and 08. RGB value is (86,73,8). Sum of RGB (Red+Green+Blue) = 86+73+8=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #564908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564908 is #A9B6F7. Grayscale: #454545. Windows color (decimal): -11122424 or 543062. OLE color: 543062.

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

Color convert

RGB 86 73 8 -
CMYK 0 0.15 0.91 0.66
HSL 50º 0.83% 0.18% -
HSV(B) 50º 0.91% 0.34% -
XYZ 6.26 6.76 1.2 -
YUV 69.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 86 73 8 0 0.15 0.91 0.66 50 0.83 0.18
Hex 56 49 8 0 F 5B 42 32 53 12
Octal 126 111 10 0 17 133 102 62 123 22
Binary 1010110 1001001 1000 0 1111 1011011 1000010 110010 1010011 10010

Color Harmonies of #564908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564908

Black with #564908

Text Example


Text Example

White with #564908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564908; }

 p { color: rgb(86,73,8); }

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

background-color css

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

 a { background-color: rgb(86,73,8); }

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

border-color css

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

 span { border-color: rgb(86,73,8); }

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