Html Css Color HEX #665514 Bronze Olive

📋 copy color: '#665514'

red 102 ◦ green 85 ◦ blue 20

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

Shades of Bronze Olive #665514

Tints of Bronze Olive #665514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 20 (8.2% from 255) = 9.66%

R = 49.28%
G = 41.06%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#665514 (or 0x665514) is known color: Bronze Olive. HEX triplet: 66, 55 and 14. RGB value is (102,85,20). Sum of RGB (Red+Green+Blue) = 102+85+20=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #665514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665514 is #99AAEB. Grayscale: #525252. Windows color (decimal): -10070764 or 1332582. OLE color: 1332582.

HSL color Cylindrical-coordinate representation of color #665514: hue angle of 47.56º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665514 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 20 -
CMYK 0 0.17 0.80 0.6
HSL 47.56º 0.67% 0.24% -
HSV(B) 47.56º 0.8% 0.4% -
XYZ 8.85 9.37 2 -
YUV 82.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 102 85 20 0 0.17 0.80 0.6 47.56 0.67 0.24
Hex 66 55 14 0 11 50 3C 30 43 18
Octal 146 125 24 0 21 120 74 60 103 30
Binary 1100110 1010101 10100 0 10001 1010000 111100 110000 1000011 11000

Color Harmonies of #665514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665514

Black with #665514

Text Example


Text Example

White with #665514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665514; }

 p { color: rgb(102,85,20); }

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

background-color css

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

 a { background-color: rgb(102,85,20); }

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

border-color css

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

 span { border-color: rgb(102,85,20); }

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