Html Css Color HEX #645323 Bronze Olive

📋 copy color: '#645323'

red 100 ◦ green 83 ◦ blue 35

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

Shades of Bronze Olive #645323

Tints of Bronze Olive #645323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.06%

R = 45.87%
G = 38.07%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.61

RGB Variations

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

Color information

#645323 (or 0x645323) is known color: Bronze Olive. HEX triplet: 64, 53 and 23. RGB value is (100,83,35). Sum of RGB (Red+Green+Blue) = 100+83+35=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #645323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645323 is #9BACDC. Grayscale: #525252. Windows color (decimal): -10202333 or 2315108. OLE color: 2315108.

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

Color convert

RGB 100 83 35 -
CMYK 0 0.17 0.65 0.61
HSL 44.31º 0.48% 0.26% -
HSV(B) 44.31º 0.65% 0.39% -
XYZ 8.65 9.02 2.87 -
YUV 82.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 100 83 35 0 0.17 0.65 0.61 44.31 0.48 0.26
Hex 64 53 23 0 11 41 3D 2C 30 1A
Octal 144 123 43 0 21 101 75 54 60 32
Binary 1100100 1010011 100011 0 10001 1000001 111101 101100 110000 11010

Color Harmonies of #645323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645323

Black with #645323

Text Example


Text Example

White with #645323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645323; }

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

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

background-color css

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

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

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

border-color css

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

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

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