#C6BC89

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

Shades of Yuma #C6BC89

Tints of Yuma #C6BC89

Color information

#C6BC89 (or 0xC6BC89) is unknown color: approx Yuma. HEX triplet: C6, BC and 89. RGB value is (198,188,137). Sum of RGB (Red+Green+Blue) = 198+188+137=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC89 is #394376. Grayscale: #B9B9B9. Windows color (decimal): -3752823 or 9026758. OLE color: 9026758.

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

Color convert

RGB198188137-
CMYK00.050.310.22
HSL50.16º34.86%65.69%-
HSV(B)50.16º30.81%77.65%-
XYZ45.7949.7830.86-
YUV185.18100.81137.15-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=37.86%
G=35.95%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818813700.050.310.2250.1634.8665.69
HexC6BC89051F16322342
Octal3062742110537266243102
Binary110001101011110010001001010111111101101100101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC89; }

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

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

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

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

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

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

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

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