#C6BC7F

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

Shades of Yuma #C6BC7F

Tints of Yuma #C6BC7F

Color information

#C6BC7F (or 0xC6BC7F) is unknown color: approx Yuma. HEX triplet: C6, BC and 7F. RGB value is (198,188,127). Sum of RGB (Red+Green+Blue) = 198+188+127=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC7F is #394380. Grayscale: #B8B8B8. Windows color (decimal): -3752833 or 8371398. OLE color: 8371398.

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

Color convert

RGB198188127-
CMYK00.050.360.22
HSL51.55º38.38%63.73%-
HSV(B)51.55º35.86%77.65%-
XYZ45.149.527.26-
YUV184.0495.81137.96-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.60%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 127 (50% from 255) = 24.76%
R=38.60%
G=36.65%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818812700.050.360.2251.5538.3863.73
HexC6BC7F052416342640
Octal3062741770544266446100
Binary110001101011110011111110101100100101101101001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC7F; }

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

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

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

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

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

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

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

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