Html Css Color HEX #665414 Bronze Olive

📋 copy color: '#665414'

red 102 ◦ green 84 ◦ blue 20

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

Shades of Bronze Olive #665414

Tints of Bronze Olive #665414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 49.51%
G = 40.78%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#665414 (or 0x665414) is known color: Bronze Olive. HEX triplet: 66, 54 and 14. RGB value is (102,84,20). Sum of RGB (Red+Green+Blue) = 102+84+20=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #665414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665414 is #99ABEB. Grayscale: #525252. Windows color (decimal): -10071020 or 1332326. OLE color: 1332326.

HSL color Cylindrical-coordinate representation of color #665414: hue angle of 46.83º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665414 is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 84 20 -
CMYK 0 0.18 0.80 0.6
HSL 46.83º 0.67% 0.24% -
HSV(B) 46.83º 0.8% 0.4% -
XYZ 8.78 9.22 1.98 -
YUV 82.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 102 84 20 0 0.18 0.80 0.6 46.83 0.67 0.24
Hex 66 54 14 0 12 50 3C 2F 43 18
Octal 146 124 24 0 22 120 74 57 103 30
Binary 1100110 1010100 10100 0 10010 1010000 111100 101111 1000011 11000

Color Harmonies of #665414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665414

Black with #665414

Text Example


Text Example

White with #665414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665414; }

 p { color: rgb(102,84,20); }

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

background-color css

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

 a { background-color: rgb(102,84,20); }

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

border-color css

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

 span { border-color: rgb(102,84,20); }

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