Html Css Color HEX #665513 Bronze Olive

📋 copy color: '#665513'

red 102 ◦ green 85 ◦ blue 19

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

Shades of Bronze Olive #665513

Tints of Bronze Olive #665513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 49.51%
G = 41.26%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#665513 (or 0x665513) is known color: Bronze Olive. HEX triplet: 66, 55 and 13. RGB value is (102,85,19). Sum of RGB (Red+Green+Blue) = 102+85+19=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665513 is #99AAEC. Grayscale: #525252. Windows color (decimal): -10070765 or 1267046. OLE color: 1267046.

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

Color convert

RGB 102 85 19 -
CMYK 0 0.17 0.81 0.6
HSL 47.71º 0.69% 0.24% -
HSV(B) 47.71º 0.81% 0.4% -
XYZ 8.85 9.37 1.96 -
YUV 82.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 102 85 19 0 0.17 0.81 0.6 47.71 0.69 0.24
Hex 66 55 13 0 11 51 3C 30 45 18
Octal 146 125 23 0 21 121 74 60 105 30
Binary 1100110 1010101 10011 0 10001 1010001 111100 110000 1000101 11000

Color Harmonies of #665513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665513

Black with #665513

Text Example


Text Example

White with #665513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665513; }

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

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

background-color css

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

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

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

border-color css

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

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

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