Html Css Color HEX #645518 Bronze Olive

📋 copy color: '#645518'

red 100 ◦ green 85 ◦ blue 24

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

Shades of Bronze Olive #645518

Tints of Bronze Olive #645518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.48%

R = 47.85%
G = 40.67%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#645518 (or 0x645518) is known color: Bronze Olive. HEX triplet: 64, 55 and 18. RGB value is (100,85,24). Sum of RGB (Red+Green+Blue) = 100+85+24=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #645518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645518 is #9BAAE7. Grayscale: #525252. Windows color (decimal): -10201832 or 1594724. OLE color: 1594724.

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

Color convert

RGB 100 85 24 -
CMYK 0 0.15 0.76 0.61
HSL 48.16º 0.61% 0.24% -
HSV(B) 48.16º 0.76% 0.39% -
XYZ 8.67 9.27 2.2 -
YUV 82.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 100 85 24 0 0.15 0.76 0.61 48.16 0.61 0.24
Hex 64 55 18 0 F 4C 3D 30 3D 18
Octal 144 125 30 0 17 114 75 60 75 30
Binary 1100100 1010101 11000 0 1111 1001100 111101 110000 111101 11000

Color Harmonies of #645518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645518

Black with #645518

Text Example


Text Example

White with #645518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645518; }

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

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

background-color css

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

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

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

border-color css

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

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

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