Html Css Color HEX #645213 Bronze Olive

📋 copy color: '#645213'

red 100 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #645213

Tints of Bronze Olive #645213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

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

R = 49.75%
G = 40.8%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#645213 (or 0x645213) is known color: Bronze Olive. HEX triplet: 64, 52 and 13. RGB value is (100,82,19). Sum of RGB (Red+Green+Blue) = 100+82+19=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #645213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645213 is #9BADEC. Grayscale: #505050. Windows color (decimal): -10202605 or 1266276. OLE color: 1266276.

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

Color convert

RGB 100 82 19 -
CMYK 0 0.18 0.81 0.61
HSL 46.67º 0.68% 0.23% -
HSV(B) 46.67º 0.81% 0.39% -
XYZ 8.39 8.79 1.87 -
YUV 80.2 93.46 142.12 -
System Red Green Blue C M Y K H S L
Decimal 100 82 19 0 0.18 0.81 0.61 46.67 0.68 0.23
Hex 64 52 13 0 12 51 3D 2F 44 17
Octal 144 122 23 0 22 121 75 57 104 27
Binary 1100100 1010010 10011 0 10010 1010001 111101 101111 1000100 10111

Color Harmonies of #645213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645213

Black with #645213

Text Example


Text Example

White with #645213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645213; }

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

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

background-color css

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

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

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

border-color css

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

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

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