Html Css Color HEX #564310 Bronze Olive

📋 copy color: '#564310'

red 86 ◦ green 67 ◦ blue 16

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

Shades of Bronze Olive #564310

Tints of Bronze Olive #564310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.64%

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

R = 50.89%
G = 39.64%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.66

RGB Variations

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

Color information

#564310 (or 0x564310) is known color: Bronze Olive. HEX triplet: 56, 43 and 10. RGB value is (86,67,16). Sum of RGB (Red+Green+Blue) = 86+67+16=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #564310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564310 is #A9BCEF. Grayscale: #434343. Windows color (decimal): -11123952 or 1065814. OLE color: 1065814.

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

Color convert

RGB 86 67 16 -
CMYK 0 0.22 0.81 0.66
HSL 43.71º 0.69% 0.2% -
HSV(B) 43.71º 0.81% 0.34% -
XYZ 5.94 6.03 1.34 -
YUV 66.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 86 67 16 0 0.22 0.81 0.66 43.71 0.69 0.2
Hex 56 43 10 0 16 51 42 2C 45 14
Octal 126 103 20 0 26 121 102 54 105 24
Binary 1010110 1000011 10000 0 10110 1010001 1000010 101100 1000101 10100

Color Harmonies of #564310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564310

Black with #564310

Text Example


Text Example

White with #564310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564310; }

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

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

background-color css

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

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

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

border-color css

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

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

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