Html Css Color HEX #645417 Bronze Olive

📋 copy color: '#645417'

red 100 ◦ green 84 ◦ blue 23

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

Shades of Bronze Olive #645417

Tints of Bronze Olive #645417

RGB

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

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

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

R = 48.31%
G = 40.58%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#645417 (or 0x645417) is known color: Bronze Olive. HEX triplet: 64, 54 and 17. RGB value is (100,84,23). Sum of RGB (Red+Green+Blue) = 100+84+23=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #645417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645417 is #9BABE8. Grayscale: #525252. Windows color (decimal): -10202089 or 1528932. OLE color: 1528932.

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

Color convert

RGB 100 84 23 -
CMYK 0 0.16 0.77 0.61
HSL 47.53º 0.63% 0.24% -
HSV(B) 47.53º 0.77% 0.39% -
XYZ 8.58 9.11 2.12 -
YUV 81.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 100 84 23 0 0.16 0.77 0.61 47.53 0.63 0.24
Hex 64 54 17 0 10 4D 3D 30 3F 18
Octal 144 124 27 0 20 115 75 60 77 30
Binary 1100100 1010100 10111 0 10000 1001101 111101 110000 111111 11000

Color Harmonies of #645417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645417

Black with #645417

Text Example


Text Example

White with #645417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645417; }

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

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

background-color css

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

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

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

border-color css

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

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

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