Html Css Color HEX #665612 Bronze Olive

📋 copy color: '#665612'

red 102 ◦ green 86 ◦ blue 18

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

Shades of Bronze Olive #665612

Tints of Bronze Olive #665612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 49.51%
G = 41.75%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#665612 (or 0x665612) is known color: Bronze Olive. HEX triplet: 66, 56 and 12. RGB value is (102,86,18). Sum of RGB (Red+Green+Blue) = 102+86+18=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665612 is #99A9ED. Grayscale: #535353. Windows color (decimal): -10070510 or 1201766. OLE color: 1201766.

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

Color convert

RGB 102 86 18 -
CMYK 0 0.16 0.82 0.6
HSL 48.57º 0.7% 0.24% -
HSV(B) 48.57º 0.82% 0.4% -
XYZ 8.92 9.52 1.94 -
YUV 83.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 102 86 18 0 0.16 0.82 0.6 48.57 0.7 0.24
Hex 66 56 12 0 10 52 3C 31 46 18
Octal 146 126 22 0 20 122 74 61 106 30
Binary 1100110 1010110 10010 0 10000 1010010 111100 110001 1000110 11000

Color Harmonies of #665612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665612

Black with #665612

Text Example


Text Example

White with #665612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665612; }

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

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

background-color css

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

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

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

border-color css

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

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

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