Html Css Color HEX #645316 Bronze Olive

📋 copy color: '#645316'

red 100 ◦ green 83 ◦ blue 22

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

Shades of Bronze Olive #645316

Tints of Bronze Olive #645316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 48.78%
G = 40.49%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#645316 (or 0x645316) is known color: Bronze Olive. HEX triplet: 64, 53 and 16. RGB value is (100,83,22). Sum of RGB (Red+Green+Blue) = 100+83+22=205 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.78% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 100 - color contains mainly: red. Hex color #645316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645316 is #9BACE9. Grayscale: #515151. Windows color (decimal): -10202346 or 1463140. OLE color: 1463140.

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

Color convert

RGB 100 83 22 -
CMYK 0 0.17 0.78 0.61
HSL 46.92º 0.64% 0.24% -
HSV(B) 46.92º 0.78% 0.39% -
XYZ 8.49 8.95 2.04 -
YUV 81.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 100 83 22 0 0.17 0.78 0.61 46.92 0.64 0.24
Hex 64 53 16 0 11 4E 3D 2F 40 18
Octal 144 123 26 0 21 116 75 57 100 30
Binary 1100100 1010011 10110 0 10001 1001110 111101 101111 1000000 11000

Color Harmonies of #645316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645316

Black with #645316

Text Example


Text Example

White with #645316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645316; }

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

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

background-color css

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

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

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

border-color css

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

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

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