Html Css Color HEX #645413 Bronze Olive

📋 copy color: '#645413'

red 100 ◦ green 84 ◦ blue 19

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

Shades of Bronze Olive #645413

Tints of Bronze Olive #645413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 49.26%
G = 41.38%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#645413 (or 0x645413) is known color: Bronze Olive. HEX triplet: 64, 54 and 13. RGB value is (100,84,19). Sum of RGB (Red+Green+Blue) = 100+84+19=203 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.26% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 100 - color contains mainly: red. Hex color #645413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645413 is #9BABEC. Grayscale: #515151. Windows color (decimal): -10202093 or 1266788. OLE color: 1266788.

HSL color Cylindrical-coordinate representation of color #645413: hue angle of 48.15º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #645413 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 84 19 -
CMYK 0 0.16 0.81 0.61
HSL 48.15º 0.68% 0.23% -
HSV(B) 48.15º 0.81% 0.39% -
XYZ 8.54 9.1 1.92 -
YUV 81.37 92.8 141.29 -
System Red Green Blue C M Y K H S L
Decimal 100 84 19 0 0.16 0.81 0.61 48.15 0.68 0.23
Hex 64 54 13 0 10 51 3D 30 44 17
Octal 144 124 23 0 20 121 75 60 104 27
Binary 1100100 1010100 10011 0 10000 1010001 111101 110000 1000100 10111

Color Harmonies of #645413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645413

Black with #645413

Text Example


Text Example

White with #645413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645413; }

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

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

background-color css

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

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

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

border-color css

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

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

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