#C6B87F

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

Shades of Yuma #C6B87F

Tints of Yuma #C6B87F

Color information

#C6B87F (or 0xC6B87F) is unknown color: approx Yuma. HEX triplet: C6, B8 and 7F. RGB value is (198,184,127). Sum of RGB (Red+Green+Blue) = 198+184+127=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B87F is #394780. Grayscale: #B5B5B5. Windows color (decimal): -3753857 or 8370374. OLE color: 8370374.

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

Color convert

RGB198184127-
CMYK00.070.360.22
HSL48.17º38.38%63.73%-
HSV(B)48.17º35.86%77.65%-
XYZ44.2647.8226.98-
YUV181.6997.14139.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 127 (50% from 255) = 24.95%
R=38.90%
G=36.15%
B=24.95%

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
Decimal19818412700.070.360.2248.1738.3863.73
HexC6B87F072416302640
Octal3062701770744266046100
Binary110001101011100011111110111100100101101100001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B87F; }

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

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

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

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

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

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

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

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