Html Css Color HEX #645321 Bronze Olive

📋 copy color: '#645321'

red 100 ◦ green 83 ◦ blue 33

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

Shades of Bronze Olive #645321

Tints of Bronze Olive #645321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 46.3%
G = 38.43%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.61

RGB Variations

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

Color information

#645321 (or 0x645321) is known color: Bronze Olive. HEX triplet: 64, 53 and 21. RGB value is (100,83,33). Sum of RGB (Red+Green+Blue) = 100+83+33=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #645321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645321 is #9BACDE. Grayscale: #525252. Windows color (decimal): -10202335 or 2184036. OLE color: 2184036.

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

Color convert

RGB 100 83 33 -
CMYK 0 0.17 0.67 0.61
HSL 44.78º 0.5% 0.26% -
HSV(B) 44.78º 0.67% 0.39% -
XYZ 8.62 9.01 2.72 -
YUV 82.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 100 83 33 0 0.17 0.67 0.61 44.78 0.5 0.26
Hex 64 53 21 0 11 43 3D 2D 32 1A
Octal 144 123 41 0 21 103 75 55 62 32
Binary 1100100 1010011 100001 0 10001 1000011 111101 101101 110010 11010

Color Harmonies of #645321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645321

Black with #645321

Text Example


Text Example

White with #645321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645321; }

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

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

background-color css

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

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

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

border-color css

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

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

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