Html Css Color HEX #564701 Bronze Olive

📋 copy color: '#564701'

red 86 ◦ green 71 ◦ blue 1

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

Shades of Bronze Olive #564701

Tints of Bronze Olive #564701

RGB

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

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

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

R = 54.43%
G = 44.94%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#564701 (or 0x564701) is known color: Bronze Olive. HEX triplet: 56, 47 and 01. RGB value is (86,71,1). Sum of RGB (Red+Green+Blue) = 86+71+1=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #564701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564701 is #A9B8FE. Grayscale: #434343. Windows color (decimal): -11122943 or 83798. OLE color: 83798.

HSL color Cylindrical-coordinate representation of color #564701: hue angle of 49.41º 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 #564701 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 1 -
CMYK 0 0.17 0.99 0.66
HSL 49.41º 0.98% 0.17% -
HSV(B) 49.41º 0.99% 0.34% -
XYZ 6.1 6.49 0.96 -
YUV 67.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 86 71 1 0 0.17 0.99 0.66 49.41 0.98 0.17
Hex 56 47 1 0 11 63 42 31 62 11
Octal 126 107 1 0 21 143 102 61 142 21
Binary 1010110 1000111 1 0 10001 1100011 1000010 110001 1100010 10001

Color Harmonies of #564701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564701

Black with #564701

Text Example


Text Example

White with #564701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564701; }

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

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

background-color css

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

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

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

border-color css

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

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

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