Html Css Color HEX #665216 Bronze Olive

📋 copy color: '#665216'

red 102 ◦ green 82 ◦ blue 22

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

Shades of Bronze Olive #665216

Tints of Bronze Olive #665216

RGB

 RED value IS 102 (40.23% from 255) = 49.51%

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

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

R = 49.51%
G = 39.81%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#665216 (or 0x665216) is known color: Bronze Olive. HEX triplet: 66, 52 and 16. RGB value is (102,82,22). Sum of RGB (Red+Green+Blue) = 102+82+22=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665216 is #99ADE9. Grayscale: #515151. Windows color (decimal): -10071530 or 1462886. OLE color: 1462886.

HSL color Cylindrical-coordinate representation of color #665216: hue angle of 45º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #665216 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 82 22 -
CMYK 0 0.20 0.78 0.6
HSL 45º 0.65% 0.24% -
HSV(B) 45º 0.78% 0.4% -
XYZ 8.64 8.92 2.02 -
YUV 81.14 94.63 142.88 -
System Red Green Blue C M Y K H S L
Decimal 102 82 22 0 0.20 0.78 0.6 45 0.65 0.24
Hex 66 52 16 0 14 4E 3C 2D 41 18
Octal 146 122 26 0 24 116 74 55 101 30
Binary 1100110 1010010 10110 0 10100 1001110 111100 101101 1000001 11000

Color Harmonies of #665216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665216

Black with #665216

Text Example


Text Example

White with #665216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665216; }

 p { color: rgb(102,82,22); }

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

background-color css

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

 a { background-color: rgb(102,82,22); }

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

border-color css

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

 span { border-color: rgb(102,82,22); }

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