Html Css Color HEX #665118 Bronze Olive

📋 copy color: '#665118'

red 102 ◦ green 81 ◦ blue 24

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

Shades of Bronze Olive #665118

Tints of Bronze Olive #665118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

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

R = 49.28%
G = 39.13%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#665118 (or 0x665118) is known color: Bronze Olive. HEX triplet: 66, 51 and 18. RGB value is (102,81,24). Sum of RGB (Red+Green+Blue) = 102+81+24=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #665118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665118 is #99AEE7. Grayscale: #515151. Windows color (decimal): -10071784 or 1593702. OLE color: 1593702.

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

Color convert

RGB 102 81 24 -
CMYK 0 0.21 0.76 0.6
HSL 43.85º 0.62% 0.25% -
HSV(B) 43.85º 0.76% 0.4% -
XYZ 8.59 8.78 2.11 -
YUV 80.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 102 81 24 0 0.21 0.76 0.6 43.85 0.62 0.25
Hex 66 51 18 0 15 4C 3C 2C 3E 19
Octal 146 121 30 0 25 114 74 54 76 31
Binary 1100110 1010001 11000 0 10101 1001100 111100 101100 111110 11001

Color Harmonies of #665118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665118

Black with #665118

Text Example


Text Example

White with #665118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665118; }

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

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

background-color css

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

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

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

border-color css

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

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

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