#C6B88B

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

Shades of Yuma #C6B88B

Tints of Yuma #C6B88B

Color information

#C6B88B (or 0xC6B88B) is unknown color: approx Yuma. HEX triplet: C6, B8 and 8B. RGB value is (198,184,139). Sum of RGB (Red+Green+Blue) = 198+184+139=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B88B is #394774. Grayscale: #B7B7B7. Windows color (decimal): -3753845 or 9156806. OLE color: 9156806.

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

Color convert

RGB198184139-
CMYK00.070.300.22
HSL45.76º34.1%66.08%-
HSV(B)45.76º29.8%77.65%-
XYZ45.0948.1531.34-
YUV183.06103.14138.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.00%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=38.00%
G=35.32%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818413900.070.300.2245.7634.166.08
HexC6B88B071E162e2242
Octal3062702130736265642102
Binary110001101011100010001011011111110101101011101000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B88B; }

 p { color: rgb(198,184,139); }

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

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

 a { background-color: rgb(198,184,139); }

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

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

 span { border-color: rgb(198,184,139); }

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