#C6B98C

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

Shades of Yuma #C6B98C

Tints of Yuma #C6B98C

Color information

#C6B98C (or 0xC6B98C) is unknown color: approx Yuma. HEX triplet: C6, B9 and 8C. RGB value is (198,185,140). Sum of RGB (Red+Green+Blue) = 198+185+140=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B98C is #394673. Grayscale: #B7B7B7. Windows color (decimal): -3753588 or 9222598. OLE color: 9222598.

HSL color Cylindrical-coordinate representation of color #C6B98C: hue angle of 46.55º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C6B98C is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198185140-
CMYK00.070.290.22
HSL46.55º33.72%66.27%-
HSV(B)46.55º29.29%77.65%-
XYZ45.3748.631.8-
YUV183.76103.31138.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 185 (72.66% from 255) = 35.37%
BLUE value IS 140 (55.08% from 255) = 26.77%
R=37.86%
G=35.37%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818514000.070.290.2246.5533.7266.27
HexC6B98C071D162f2242
Octal3062712140735265742102
Binary110001101011100110001100011111101101101011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B98C; }

 p { color: rgb(198,185,140); }

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

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

 a { background-color: rgb(198,185,140); }

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

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

 span { border-color: rgb(198,185,140); }

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