#6B552F

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

Shades of Horses Neck #6B552F

Tints of Horses Neck #6B552F

Color information

#6B552F (or 0x6B552F) is unknown color: approx Horses Neck. HEX triplet: 6B, 55 and 2F. RGB value is (107,85,47). Sum of RGB (Red+Green+Blue) = 107+85+47=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B552F is #94AAD0. Grayscale: #575757. Windows color (decimal): -9743057 or 3102059. OLE color: 3102059.

HSL color Cylindrical-coordinate representation of color #6B552F: hue angle of 38º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B552F is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB1078547-
CMYK00.210.560.58
HSL38º38.96%30.2%-
HSV(B)38º56.07%41.96%-
XYZ9.829.834.07-
YUV87.25105.29142.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 85 (33.59% from 255) = 35.56%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=44.77%
G=35.56%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107854700.210.560.583838.9630.2
Hex6B552F015383A26271e
Octal153125570257072464736
Binary1101011101010110111101010111100011101010011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,85,47); }

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

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

 a { background-color: rgb(107,85,47); }

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

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

 span { border-color: rgb(107,85,47); }

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