Html Css Color HEX #645313 Bronze Olive

📋 copy color: '#645313'

red 100 ◦ green 83 ◦ blue 19

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

Shades of Bronze Olive #645313

Tints of Bronze Olive #645313

RGB

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

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

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

R = 49.5%
G = 41.09%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#645313 (or 0x645313) is known color: Bronze Olive. HEX triplet: 64, 53 and 13. RGB value is (100,83,19). Sum of RGB (Red+Green+Blue) = 100+83+19=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #645313 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645313 is #9BACEC. Grayscale: #515151. Windows color (decimal): -10202349 or 1266532. OLE color: 1266532.

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

Color convert

RGB 100 83 19 -
CMYK 0 0.17 0.81 0.61
HSL 47.41º 0.68% 0.23% -
HSV(B) 47.41º 0.81% 0.39% -
XYZ 8.47 8.94 1.9 -
YUV 80.79 93.13 141.7 -
System Red Green Blue C M Y K H S L
Decimal 100 83 19 0 0.17 0.81 0.61 47.41 0.68 0.23
Hex 64 53 13 0 11 51 3D 2F 44 17
Octal 144 123 23 0 21 121 75 57 104 27
Binary 1100100 1010011 10011 0 10001 1010001 111101 101111 1000100 10111

Color Harmonies of #645313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645313

Black with #645313

Text Example


Text Example

White with #645313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645313; }

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

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

background-color css

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

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

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

border-color css

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

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

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