Html Css Color HEX #645416 Bronze Olive

📋 copy color: '#645416'

red 100 ◦ green 84 ◦ blue 22

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

Shades of Bronze Olive #645416

Tints of Bronze Olive #645416

RGB

 RED value IS 100 (39.45% from 255) = 48.54%

 GREEN value IS 84 (33.2% from 255) = 40.78%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 48.54%
G = 40.78%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#645416 (or 0x645416) is known color: Bronze Olive. HEX triplet: 64, 54 and 16. RGB value is (100,84,22). Sum of RGB (Red+Green+Blue) = 100+84+22=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #645416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645416 is #9BABE9. Grayscale: #515151. Windows color (decimal): -10202090 or 1463396. OLE color: 1463396.

HSL color Cylindrical-coordinate representation of color #645416: hue angle of 47.69º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #645416 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 22 -
CMYK 0 0.16 0.78 0.61
HSL 47.69º 0.64% 0.24% -
HSV(B) 47.69º 0.78% 0.39% -
XYZ 8.57 9.11 2.07 -
YUV 81.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 100 84 22 0 0.16 0.78 0.61 47.69 0.64 0.24
Hex 64 54 16 0 10 4E 3D 30 40 18
Octal 144 124 26 0 20 116 75 60 100 30
Binary 1100100 1010100 10110 0 10000 1001110 111101 110000 1000000 11000

Color Harmonies of #645416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645416

Black with #645416

Text Example


Text Example

White with #645416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645416; }

 p { color: rgb(100,84,22); }

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

background-color css

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

 a { background-color: rgb(100,84,22); }

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

border-color css

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

 span { border-color: rgb(100,84,22); }

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