#C7B6A7

Color #C7B6A7 Grain Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grain Brown #C7B6A7

Tints of Grain Brown #C7B6A7

Color information

#C7B6A7 (or 0xC7B6A7) is unknown color: approx Grain Brown. HEX triplet: C7, B6 and A7. RGB value is (199,182,167). Sum of RGB (Red+Green+Blue) = 199+182+167=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B6A7 is #384958. Grayscale: #B9B9B9. Windows color (decimal): -3688793 or 10991303. OLE color: 10991303.

HSL color Cylindrical-coordinate representation of color #C7B6A7: hue angle of 28.13º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7B6A7 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB199182167-
CMYK00.090.160.22
HSL28.13º22.22%71.76%-
HSV(B)28.13º16.08%78.04%-
XYZ47.2648.3943.41-
YUV185.37117.63137.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.31%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=36.31%
G=33.21%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918216700.090.160.2228.1322.2271.76
HexC7B6A70910161c1648
Octal30726624701120263426110
Binary11000111101101101010011101001100001011011100101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B6A7; }

 p { color: rgb(199,182,167); }

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

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

 a { background-color: rgb(199,182,167); }

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

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

 span { border-color: rgb(199,182,167); }

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