#C6B98D

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

Shades of Yuma #C6B98D

Tints of Yuma #C6B98D

Color information

#C6B98D (or 0xC6B98D) is unknown color: approx Yuma. HEX triplet: C6, B9 and 8D. RGB value is (198,185,141). Sum of RGB (Red+Green+Blue) = 198+185+141=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B98D is #394672. Grayscale: #B8B8B8. Windows color (decimal): -3753587 or 9288134. OLE color: 9288134.

HSL color Cylindrical-coordinate representation of color #C6B98D: hue angle of 46.32º degrees, saturation: 0.33, 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 #C6B98D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198185141-
CMYK00.070.290.22
HSL46.32º33.33%66.47%-
HSV(B)46.32º28.79%77.65%-
XYZ45.4548.6332.19-
YUV183.87103.81138.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 185 (72.66% from 255) = 35.31%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=37.79%
G=35.31%
B=26.91%

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
Decimal19818514100.070.290.2246.3233.3366.47
HexC6B98D071D162e2142
Octal3062712150735265641102
Binary110001101011100110001101011111101101101011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B98D; }

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

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

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

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

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

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

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

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