#C6BF85

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

Shades of Yuma #C6BF85

Tints of Yuma #C6BF85

Color information

#C6BF85 (or 0xC6BF85) is unknown color: approx Yuma. HEX triplet: C6, BF and 85. RGB value is (198,191,133). Sum of RGB (Red+Green+Blue) = 198+191+133=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BF85 is #39407A. Grayscale: #BABABA. Windows color (decimal): -3752059 or 8765382. OLE color: 8765382.

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

Color convert

RGB198191133-
CMYK00.040.330.22
HSL53.54º36.31%64.9%-
HSV(B)53.54º32.83%77.65%-
XYZ46.1550.9629.59-
YUV186.4897.82136.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=37.93%
G=36.59%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819113300.040.330.2253.5436.3164.9
HexC6BF85042116362441
Octal3062772050441266644101
Binary1100011010111111100001010100100001101101101101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF85; }

 p { color: rgb(198,191,133); }

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

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

 a { background-color: rgb(198,191,133); }

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

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

 span { border-color: rgb(198,191,133); }

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