#C6B775

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

Shades of Yuma #C6B775

Tints of Yuma #C6B775

Color information

#C6B775 (or 0xC6B775) is unknown color: approx Yuma. HEX triplet: C6, B7 and 75. RGB value is (198,183,117). Sum of RGB (Red+Green+Blue) = 198+183+117=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B775 is #39488A. Grayscale: #B4B4B4. Windows color (decimal): -3754123 or 7714758. OLE color: 7714758.

HSL color Cylindrical-coordinate representation of color #C6B775: hue angle of 48.89º 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 #C6B775 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB198183117-
CMYK00.080.410.22
HSL48.89º41.54%61.76%-
HSV(B)48.89º40.91%77.65%-
XYZ43.4347.1623.64-
YUV179.9692.47140.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 117 (46.09% from 255) = 23.49%
R=39.76%
G=36.75%
B=23.49%

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
Decimal19818311700.080.410.2248.8941.5461.76
HexC6B775082916312a3e
Octal3062671650105126615276
Binary110001101011011111101010100010100110110110001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B775; }

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

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

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

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

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

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

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

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