#C6BB8B

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

Shades of Yuma #C6BB8B

Tints of Yuma #C6BB8B

Color information

#C6BB8B (or 0xC6BB8B) is unknown color: approx Yuma. HEX triplet: C6, BB and 8B. RGB value is (198,187,139). Sum of RGB (Red+Green+Blue) = 198+187+139=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BB8B is #394474. Grayscale: #B9B9B9. Windows color (decimal): -3753077 or 9157574. OLE color: 9157574.

HSL color Cylindrical-coordinate representation of color #C6BB8B: hue angle of 48.81º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6BB8B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198187139-
CMYK00.060.300.22
HSL48.81º34.1%66.08%-
HSV(B)48.81º29.8%77.65%-
XYZ45.7249.4131.55-
YUV184.82102.14137.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=37.79%
G=35.69%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818713900.060.300.2248.8134.166.08
HexC6BB8B061E16312242
Octal3062732130636266142102
Binary110001101011101110001011011011110101101100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB8B; }

 p { color: rgb(198,187,139); }

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

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

 a { background-color: rgb(198,187,139); }

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

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

 span { border-color: rgb(198,187,139); }

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