Html Css Color HEX #645014 Bronze Olive

📋 copy color: '#645014'

red 100 ◦ green 80 ◦ blue 20

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

Shades of Bronze Olive #645014

Tints of Bronze Olive #645014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#645014 (or 0x645014) is known color: Bronze Olive. HEX triplet: 64, 50 and 14. RGB value is (100,80,20). Sum of RGB (Red+Green+Blue) = 100+80+20=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #645014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645014 is #9BAFEB. Grayscale: #4F4F4F. Windows color (decimal): -10203116 or 1331300. OLE color: 1331300.

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

Color convert

RGB 100 80 20 -
CMYK 0 0.2 0.8 0.61
HSL 45º 0.67% 0.24% -
HSV(B) 45º 0.8% 0.39% -
XYZ 8.25 8.5 1.87 -
YUV 79.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 100 80 20 0 0.2 0.8 0.61 45 0.67 0.24
Hex 64 50 14 0 14 50 3D 2D 43 18
Octal 144 120 24 0 24 120 75 55 103 30
Binary 1100100 1010000 10100 0 10100 1010000 111101 101101 1000011 11000

Color Harmonies of #645014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645014

Black with #645014

Text Example


Text Example

White with #645014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645014; }

 p { color: rgb(100,80,20); }

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

background-color css

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

 a { background-color: rgb(100,80,20); }

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

border-color css

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

 span { border-color: rgb(100,80,20); }

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