#C6BD87

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

Shades of Yuma #C6BD87

Tints of Yuma #C6BD87

Color information

#C6BD87 (or 0xC6BD87) is unknown color: approx Yuma. HEX triplet: C6, BD and 87. RGB value is (198,189,135). Sum of RGB (Red+Green+Blue) = 198+189+135=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BD87 is #394278. Grayscale: #B9B9B9. Windows color (decimal): -3752569 or 8895942. OLE color: 8895942.

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

Color convert

RGB198189135-
CMYK00.050.320.22
HSL51.43º35.59%65.29%-
HSV(B)51.43º31.82%77.65%-
XYZ45.8650.1530.18-
YUV185.5399.48136.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 135 (53.12% from 255) = 25.86%
R=37.93%
G=36.21%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818913500.050.320.2251.4335.5965.29
HexC6BD87052016332441
Octal3062752070540266344101
Binary1100011010111101100001110101100000101101100111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD87; }

 p { color: rgb(198,189,135); }

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

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

 a { background-color: rgb(198,189,135); }

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

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

 span { border-color: rgb(198,189,135); }

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