#C6B97E

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

Shades of Yuma #C6B97E

Tints of Yuma #C6B97E

Color information

#C6B97E (or 0xC6B97E) is unknown color: approx Yuma. HEX triplet: C6, B9 and 7E. RGB value is (198,185,126). Sum of RGB (Red+Green+Blue) = 198+185+126=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B97E is #394681. Grayscale: #B6B6B6. Windows color (decimal): -3753602 or 8305094. OLE color: 8305094.

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

Color convert

RGB198185126-
CMYK00.070.360.22
HSL49.17º38.71%63.53%-
HSV(B)49.17º36.36%77.65%-
XYZ44.448.2126.7-
YUV182.1696.31139.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 126 (49.61% from 255) = 24.75%
R=38.90%
G=36.35%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818512600.070.360.2249.1738.7163.53
HexC6B97E072416312740
Octal3062711760744266147100
Binary110001101011100111111100111100100101101100011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B97E; }

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

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

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

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

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

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

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

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