Html Css Color HEX #665416 Bronze Olive

📋 copy color: '#665416'

red 102 ◦ green 84 ◦ blue 22

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

Shades of Bronze Olive #665416

Tints of Bronze Olive #665416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 49.04%
G = 40.38%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#665416 (or 0x665416) is known color: Bronze Olive. HEX triplet: 66, 54 and 16. RGB value is (102,84,22). Sum of RGB (Red+Green+Blue) = 102+84+22=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #665416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665416 is #99ABE9. Grayscale: #525252. Windows color (decimal): -10071018 or 1463398. OLE color: 1463398.

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

Color convert

RGB 102 84 22 -
CMYK 0 0.18 0.78 0.6
HSL 46.5º 0.65% 0.24% -
HSV(B) 46.5º 0.78% 0.4% -
XYZ 8.79 9.22 2.08 -
YUV 82.31 93.96 142.04 -
System Red Green Blue C M Y K H S L
Decimal 102 84 22 0 0.18 0.78 0.6 46.5 0.65 0.24
Hex 66 54 16 0 12 4E 3C 2E 41 18
Octal 146 124 26 0 22 116 74 56 101 30
Binary 1100110 1010100 10110 0 10010 1001110 111100 101110 1000001 11000

Color Harmonies of #665416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665416

Black with #665416

Text Example


Text Example

White with #665416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665416; }

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

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

background-color css

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

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

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

border-color css

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

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

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