Html Css Color HEX #645617 Bronze Olive

📋 copy color: '#645617'

red 100 ◦ green 86 ◦ blue 23

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

Shades of Bronze Olive #645617

Tints of Bronze Olive #645617

RGB

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

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

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

R = 47.85%
G = 41.15%
B = 11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#645617 (or 0x645617) is known color: Bronze Olive. HEX triplet: 64, 56 and 17. RGB value is (100,86,23). Sum of RGB (Red+Green+Blue) = 100+86+23=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 23 (9.38% from 255 or 11.00% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #645617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645617 is #9BA9E8. Grayscale: #535353. Windows color (decimal): -10201577 or 1529444. OLE color: 1529444.

HSL color Cylindrical-coordinate representation of color #645617: hue angle of 49.09º 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 #645617 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 86 23 -
CMYK 0 0.14 0.77 0.61
HSL 49.09º 0.63% 0.24% -
HSV(B) 49.09º 0.77% 0.39% -
XYZ 8.74 9.43 2.17 -
YUV 83 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 100 86 23 0 0.14 0.77 0.61 49.09 0.63 0.24
Hex 64 56 17 0 E 4D 3D 31 3F 18
Octal 144 126 27 0 16 115 75 61 77 30
Binary 1100100 1010110 10111 0 1110 1001101 111101 110001 111111 11000

Color Harmonies of #645617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645617

Black with #645617

Text Example


Text Example

White with #645617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645617; }

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

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

background-color css

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

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

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

border-color css

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

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

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