#6D4231

Color #6D4231 Bull Shot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bull Shot #6D4231

Tints of Bull Shot #6D4231

Color information

#6D4231 (or 0x6D4231) is unknown color: approx Bull Shot. HEX triplet: 6D, 42 and 31. RGB value is (109,66,49). Sum of RGB (Red+Green+Blue) = 109+66+49=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4231 is #92BDCE. Grayscale: #4D4D4D. Windows color (decimal): -9616847 or 3228269. OLE color: 3228269.

HSL color Cylindrical-coordinate representation of color #6D4231: hue angle of 17º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4231 is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB1096649-
CMYK00.390.550.57
HSL17º37.97%30.98%-
HSV(B)17º55.05%42.75%-
XYZ8.817.373.86-
YUV76.92112.25150.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=48.66%
G=29.46%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109664900.390.550.571737.9730.98
Hex6D4231027373911261f
Octal155102610476771214637
Binary1101101100001011000101001111101111110011000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,66,49); }

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

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

 a { background-color: rgb(109,66,49); }

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

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

 span { border-color: rgb(109,66,49); }

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