Html Css Color HEX #665518 Bronze Olive

📋 copy color: '#665518'

red 102 ◦ green 85 ◦ blue 24

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

Shades of Bronze Olive #665518

Tints of Bronze Olive #665518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.37%

R = 48.34%
G = 40.28%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#665518 (or 0x665518) is known color: Bronze Olive. HEX triplet: 66, 55 and 18. RGB value is (102,85,24). Sum of RGB (Red+Green+Blue) = 102+85+24=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #665518 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665518 is #99AAE7. Grayscale: #535353. Windows color (decimal): -10070760 or 1594726. OLE color: 1594726.

HSL color Cylindrical-coordinate representation of color #665518: hue angle of 46.92º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #665518 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 24 -
CMYK 0 0.17 0.76 0.6
HSL 46.92º 0.62% 0.25% -
HSV(B) 46.92º 0.76% 0.4% -
XYZ 8.89 9.39 2.21 -
YUV 83.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 102 85 24 0 0.17 0.76 0.6 46.92 0.62 0.25
Hex 66 55 18 0 11 4C 3C 2F 3E 19
Octal 146 125 30 0 21 114 74 57 76 31
Binary 1100110 1010101 11000 0 10001 1001100 111100 101111 111110 11001

Color Harmonies of #665518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665518

Black with #665518

Text Example


Text Example

White with #665518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665518; }

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

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

background-color css

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

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

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

border-color css

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

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

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