Html Css Color HEX #645615 Bronze Olive

📋 copy color: '#645615'

red 100 ◦ green 86 ◦ blue 21

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

Shades of Bronze Olive #645615

Tints of Bronze Olive #645615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.14%

R = 48.31%
G = 41.55%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#645615 (or 0x645615) is known color: Bronze Olive. HEX triplet: 64, 56 and 15. RGB value is (100,86,21). Sum of RGB (Red+Green+Blue) = 100+86+21=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 86 (33.98% from 255 or 41.55% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #645615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645615 is #9BA9EA. Grayscale: #535353. Windows color (decimal): -10201579 or 1398372. OLE color: 1398372.

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

Color convert

RGB 100 86 21 -
CMYK 0 0.14 0.79 0.61
HSL 49.37º 0.65% 0.24% -
HSV(B) 49.37º 0.79% 0.39% -
XYZ 8.72 9.42 2.07 -
YUV 82.78 93.14 140.29 -
System Red Green Blue C M Y K H S L
Decimal 100 86 21 0 0.14 0.79 0.61 49.37 0.65 0.24
Hex 64 56 15 0 E 4F 3D 31 41 18
Octal 144 126 25 0 16 117 75 61 101 30
Binary 1100100 1010110 10101 0 1110 1001111 111101 110001 1000001 11000

Color Harmonies of #645615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645615

Black with #645615

Text Example


Text Example

White with #645615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645615; }

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

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

background-color css

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

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

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

border-color css

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

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

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