#6B502A

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

Shades of Horses Neck #6B502A

Tints of Horses Neck #6B502A

Color information

#6B502A (or 0x6B502A) is unknown color: approx Horses Neck. HEX triplet: 6B, 50 and 2A. RGB value is (107,80,42). Sum of RGB (Red+Green+Blue) = 107+80+42=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B502A is #94AFD5. Grayscale: #535353. Windows color (decimal): -9744342 or 2773099. OLE color: 2773099.

HSL color Cylindrical-coordinate representation of color #6B502A: hue angle of 35.08º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B502A is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1078042-
CMYK00.250.610.58
HSL35.08º43.62%29.22%-
HSV(B)35.08º60.75%41.96%-
XYZ9.359.033.44-
YUV83.74104.45144.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.72%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 42 (16.80% from 255) = 18.34%
R=46.72%
G=34.93%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107804200.250.610.5835.0843.6229.22
Hex6B502A0193D3A232c1d
Octal153120520317572435435
Binary1101011101000010101001100111110111101010001110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B502A; }

 p { color: rgb(107,80,42); }

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

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

 a { background-color: rgb(107,80,42); }

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

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

 span { border-color: rgb(107,80,42); }

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