#C6B87E

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

Shades of Yuma #C6B87E

Tints of Yuma #C6B87E

Color information

#C6B87E (or 0xC6B87E) is unknown color: approx Yuma. HEX triplet: C6, B8 and 7E. RGB value is (198,184,126). Sum of RGB (Red+Green+Blue) = 198+184+126=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B87E is #394781. Grayscale: #B5B5B5. Windows color (decimal): -3753858 or 8304838. OLE color: 8304838.

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

Color convert

RGB198184126-
CMYK00.070.360.22
HSL48.33º38.71%63.53%-
HSV(B)48.33º36.36%77.65%-
XYZ44.247.7926.63-
YUV181.5796.64139.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 126 (49.61% from 255) = 24.80%
R=38.98%
G=36.22%
B=24.80%

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
Decimal19818412600.070.360.2248.3338.7163.53
HexC6B87E072416302740
Octal3062701760744266047100
Binary110001101011100011111100111100100101101100001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B87E; }

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

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

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

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

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

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

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

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