Html Css Color HEX #665617 Bronze Olive

📋 copy color: '#665617'

red 102 ◦ green 86 ◦ blue 23

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

Shades of Bronze Olive #665617

Tints of Bronze Olive #665617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.76%

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 48.34%
G = 40.76%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#665617 (or 0x665617) is known color: Bronze Olive. HEX triplet: 66, 56 and 17. RGB value is (102,86,23). Sum of RGB (Red+Green+Blue) = 102+86+23=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #665617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665617 is #99A9E8. Grayscale: #535353. Windows color (decimal): -10070505 or 1529446. OLE color: 1529446.

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

Color convert

RGB 102 86 23 -
CMYK 0 0.16 0.77 0.6
HSL 47.85º 0.63% 0.25% -
HSV(B) 47.85º 0.77% 0.4% -
XYZ 8.96 9.54 2.18 -
YUV 83.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 102 86 23 0 0.16 0.77 0.6 47.85 0.63 0.25
Hex 66 56 17 0 10 4D 3C 30 3F 19
Octal 146 126 27 0 20 115 74 60 77 31
Binary 1100110 1010110 10111 0 10000 1001101 111100 110000 111111 11001

Color Harmonies of #665617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665617

Black with #665617

Text Example


Text Example

White with #665617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665617; }

 p { color: rgb(102,86,23); }

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

background-color css

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

 a { background-color: rgb(102,86,23); }

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

border-color css

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

 span { border-color: rgb(102,86,23); }

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