Html Css Color HEX #645315 Bronze Olive

📋 copy color: '#645315'

red 100 ◦ green 83 ◦ blue 21

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

Shades of Bronze Olive #645315

Tints of Bronze Olive #645315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 49.02%
G = 40.69%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#645315 (or 0x645315) is known color: Bronze Olive. HEX triplet: 64, 53 and 15. RGB value is (100,83,21). Sum of RGB (Red+Green+Blue) = 100+83+21=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #645315 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645315 is #9BACEA. Grayscale: #515151. Windows color (decimal): -10202347 or 1397604. OLE color: 1397604.

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

Color convert

RGB 100 83 21 -
CMYK 0 0.17 0.79 0.61
HSL 47.09º 0.65% 0.24% -
HSV(B) 47.09º 0.79% 0.39% -
XYZ 8.48 8.95 1.99 -
YUV 81.02 94.13 141.54 -
System Red Green Blue C M Y K H S L
Decimal 100 83 21 0 0.17 0.79 0.61 47.09 0.65 0.24
Hex 64 53 15 0 11 4F 3D 2F 41 18
Octal 144 123 25 0 21 117 75 57 101 30
Binary 1100100 1010011 10101 0 10001 1001111 111101 101111 1000001 11000

Color Harmonies of #645315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645315

Black with #645315

Text Example


Text Example

White with #645315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645315; }

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

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

background-color css

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

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

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

border-color css

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

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

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