Html Css Color HEX #564610 Bronze Olive

📋 copy color: '#564610'

red 86 ◦ green 70 ◦ blue 16

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

Shades of Bronze Olive #564610

Tints of Bronze Olive #564610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.7%

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 50%
G = 40.7%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#564610 (or 0x564610) is known color: Bronze Olive. HEX triplet: 56, 46 and 10. RGB value is (86,70,16). Sum of RGB (Red+Green+Blue) = 86+70+16=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #564610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564610 is #A9B9EF. Grayscale: #444444. Windows color (decimal): -11123184 or 1066582. OLE color: 1066582.

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

Color convert

RGB 86 70 16 -
CMYK 0 0.19 0.81 0.66
HSL 46.29º 0.69% 0.2% -
HSV(B) 46.29º 0.81% 0.34% -
XYZ 6.12 6.4 1.4 -
YUV 68.63 98.3 140.39 -
System Red Green Blue C M Y K H S L
Decimal 86 70 16 0 0.19 0.81 0.66 46.29 0.69 0.2
Hex 56 46 10 0 13 51 42 2E 45 14
Octal 126 106 20 0 23 121 102 56 105 24
Binary 1010110 1000110 10000 0 10011 1010001 1000010 101110 1000101 10100

Color Harmonies of #564610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564610

Black with #564610

Text Example


Text Example

White with #564610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564610; }

 p { color: rgb(86,70,16); }

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

background-color css

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

 a { background-color: rgb(86,70,16); }

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

border-color css

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

 span { border-color: rgb(86,70,16); }

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