#675331

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

Shades of Horses Neck #675331

Tints of Horses Neck #675331

Color information

#675331 (or 0x675331) is unknown color: approx Horses Neck. HEX triplet: 67, 53 and 31. RGB value is (103,83,49). Sum of RGB (Red+Green+Blue) = 103+83+49=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #675331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675331 is #98ACCE. Grayscale: #555555. Windows color (decimal): -10005711 or 3232615. OLE color: 3232615.

HSL color Cylindrical-coordinate representation of color #675331: hue angle of 37.78º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675331 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1038349-
CMYK00.190.520.60
HSL37.78º35.53%29.8%-
HSV(B)37.78º52.43%40.39%-
XYZ9.249.294.21-
YUV85.1107.63140.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 43.83%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=43.83%
G=35.32%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103834900.190.520.6037.7835.5329.8
Hex675331013343C26241e
Octal147123610236474464436
Binary1100111101001111000101001111010011110010011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675331; }

 p { color: rgb(103,83,49); }

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

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

 a { background-color: rgb(103,83,49); }

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

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

 span { border-color: rgb(103,83,49); }

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