Html Css Color HEX #645619 Bronze Olive

📋 copy color: '#645619'

red 100 ◦ green 86 ◦ blue 25

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

Shades of Bronze Olive #645619

Tints of Bronze Olive #645619

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 47.39%
G = 40.76%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#645619 (or 0x645619) is known color: Bronze Olive. HEX triplet: 64, 56 and 19. RGB value is (100,86,25). Sum of RGB (Red+Green+Blue) = 100+86+25=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #645619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645619 is #9BA9E6. Grayscale: #535353. Windows color (decimal): -10201575 or 1660516. OLE color: 1660516.

HSL color Cylindrical-coordinate representation of color #645619: hue angle of 48.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #645619 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 25 -
CMYK 0 0.14 0.75 0.61
HSL 48.8º 0.6% 0.25% -
HSV(B) 48.8º 0.75% 0.39% -
XYZ 8.76 9.44 2.28 -
YUV 83.23 95.14 139.96 -
System Red Green Blue C M Y K H S L
Decimal 100 86 25 0 0.14 0.75 0.61 48.8 0.6 0.25
Hex 64 56 19 0 E 4B 3D 31 3C 19
Octal 144 126 31 0 16 113 75 61 74 31
Binary 1100100 1010110 11001 0 1110 1001011 111101 110001 111100 11001

Color Harmonies of #645619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645619

Black with #645619

Text Example


Text Example

White with #645619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645619; }

 p { color: rgb(100,86,25); }

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

background-color css

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

 a { background-color: rgb(100,86,25); }

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

border-color css

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

 span { border-color: rgb(100,86,25); }

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