Html Css Color HEX #645517 Bronze Olive

📋 copy color: '#645517'

red 100 ◦ green 85 ◦ blue 23

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

Shades of Bronze Olive #645517

Tints of Bronze Olive #645517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 23 (9.38% from 255) = 11.06%

R = 48.08%
G = 40.87%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#645517 (or 0x645517) is known color: Bronze Olive. HEX triplet: 64, 55 and 17. RGB value is (100,85,23). Sum of RGB (Red+Green+Blue) = 100+85+23=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #645517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645517 is #9BAAE8. Grayscale: #525252. Windows color (decimal): -10201833 or 1529188. OLE color: 1529188.

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

Color convert

RGB 100 85 23 -
CMYK 0 0.15 0.77 0.61
HSL 48.31º 0.63% 0.24% -
HSV(B) 48.31º 0.77% 0.39% -
XYZ 8.66 9.27 2.14 -
YUV 82.42 94.47 140.54 -
System Red Green Blue C M Y K H S L
Decimal 100 85 23 0 0.15 0.77 0.61 48.31 0.63 0.24
Hex 64 55 17 0 F 4D 3D 30 3F 18
Octal 144 125 27 0 17 115 75 60 77 30
Binary 1100100 1010101 10111 0 1111 1001101 111101 110000 111111 11000

Color Harmonies of #645517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645517

Black with #645517

Text Example


Text Example

White with #645517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645517; }

 p { color: rgb(100,85,23); }

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

background-color css

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

 a { background-color: rgb(100,85,23); }

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

border-color css

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

 span { border-color: rgb(100,85,23); }

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