Html Css Color HEX #564901 Bronze Olive

📋 copy color: '#564901'

red 86 ◦ green 73 ◦ blue 1

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

Shades of Bronze Olive #564901

Tints of Bronze Olive #564901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 53.75%
G = 45.63%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564901 (or 0x564901) is known color: Bronze Olive. HEX triplet: 56, 49 and 01. RGB value is (86,73,1). Sum of RGB (Red+Green+Blue) = 86+73+1=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 1 (0.78% from 255 or 0.62% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #564901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564901 is #A9B6FE. Grayscale: #444444. Windows color (decimal): -11122431 or 84310. OLE color: 84310.

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

Color convert

RGB 86 73 1 -
CMYK 0 0.15 0.99 0.66
HSL 50.82º 0.98% 0.17% -
HSV(B) 50.82º 0.99% 0.34% -
XYZ 6.23 6.75 1 -
YUV 68.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 86 73 1 0 0.15 0.99 0.66 50.82 0.98 0.17
Hex 56 49 1 0 F 63 42 33 62 11
Octal 126 111 1 0 17 143 102 63 142 21
Binary 1010110 1001001 1 0 1111 1100011 1000010 110011 1100010 10001

Color Harmonies of #564901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564901

Black with #564901

Text Example


Text Example

White with #564901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564901; }

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

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

background-color css

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

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

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

border-color css

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

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

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