#C6B774

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

Shades of Yuma #C6B774

Tints of Yuma #C6B774

Color information

#C6B774 (or 0xC6B774) is unknown color: approx Yuma. HEX triplet: C6, B7 and 74. RGB value is (198,183,116). Sum of RGB (Red+Green+Blue) = 198+183+116=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B774 is #39488B. Grayscale: #B4B4B4. Windows color (decimal): -3754124 or 7649222. OLE color: 7649222.

HSL color Cylindrical-coordinate representation of color #C6B774: hue angle of 49.02º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6B774 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198183116-
CMYK00.080.410.22
HSL49.02º41.84%61.57%-
HSV(B)49.02º41.41%77.65%-
XYZ43.3747.1323.33-
YUV179.8591.97140.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 183 (71.88% from 255) = 36.82%
BLUE value IS 116 (45.70% from 255) = 23.34%
R=39.84%
G=36.82%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818311600.080.410.2249.0241.8461.57
HexC6B774082916312a3e
Octal3062671640105126615276
Binary110001101011011111101000100010100110110110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B774; }

 p { color: rgb(198,183,116); }

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

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

 a { background-color: rgb(198,183,116); }

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

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

 span { border-color: rgb(198,183,116); }

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