#665838

Color #665838 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #665838

Tints of Horses Neck #665838

Color information

#665838 (or 0x665838) is unknown color: approx Horses Neck. HEX triplet: 66, 58 and 38. RGB value is (102,88,56). Sum of RGB (Red+Green+Blue) = 102+88+56=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #665838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665838 is #99A7C7. Grayscale: #585858. Windows color (decimal): -10069960 or 3692646. OLE color: 3692646.

HSL color Cylindrical-coordinate representation of color #665838: hue angle of 41.74º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #665838 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1028856-
CMYK00.140.450.6
HSL41.74º29.11%30.98%-
HSV(B)41.74º45.1%40%-
XYZ9.6810.095.18-
YUV88.54109.64137.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 88 (34.77% from 255) = 35.77%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=41.46%
G=35.77%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102885600.140.450.641.7429.1130.98
Hex6658380E2D3C2a1d1f
Octal146130700165574523537
Binary11001101011000111000011101011011111001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665838; }

 p { color: rgb(102,88,56); }

 H1.HeaderClassName
 {
   color: #665838;
 }
 .AnyTagClassName
 {
   color: #665838;
 }
</style>
background-color css

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

 a { background-color: rgb(102,88,56); }

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

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

 span { border-color: rgb(102,88,56); }

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