#C6BC77

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

Shades of Yuma #C6BC77

Tints of Yuma #C6BC77

Color information

#C6BC77 (or 0xC6BC77) is unknown color: approx Yuma. HEX triplet: C6, BC and 77. RGB value is (198,188,119). Sum of RGB (Red+Green+Blue) = 198+188+119=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC77 is #394388. Grayscale: #B7B7B7. Windows color (decimal): -3752841 or 7847110. OLE color: 7847110.

HSL color Cylindrical-coordinate representation of color #C6BC77: hue angle of 52.41º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6BC77 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB198188119-
CMYK00.050.400.22
HSL52.41º40.93%62.16%-
HSV(B)52.41º39.9%77.65%-
XYZ44.649.324.62-
YUV183.1291.81138.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=39.21%
G=37.23%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818811900.050.400.2252.4140.9362.16
HexC6BC7705281634293e
Octal306274167055026645176
Binary11000110101111001110111010110100010110110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC77; }

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

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

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

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

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

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

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

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