#6D4230

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

Shades of Bull Shot #6D4230

Tints of Bull Shot #6D4230

Color information

#6D4230 (or 0x6D4230) is unknown color: approx Bull Shot. HEX triplet: 6D, 42 and 30. RGB value is (109,66,48). Sum of RGB (Red+Green+Blue) = 109+66+48=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4230 is #92BDCF. Grayscale: #4C4C4C. Windows color (decimal): -9616848 or 3162733. OLE color: 3162733.

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

Color convert

RGB1096648-
CMYK00.390.560.57
HSL17.7º38.85%30.78%-
HSV(B)17.7º55.96%42.75%-
XYZ8.797.363.75-
YUV76.8111.75150.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=48.88%
G=29.60%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109664800.390.560.5717.738.8530.78
Hex6D4230027383912271f
Octal155102600477071224737
Binary1101101100001011000001001111110001110011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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