#C6BD77

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

Shades of Yuma #C6BD77

Tints of Yuma #C6BD77

Color information

#C6BD77 (or 0xC6BD77) is unknown color: approx Yuma. HEX triplet: C6, BD and 77. RGB value is (198,189,119). Sum of RGB (Red+Green+Blue) = 198+189+119=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD77 is #394288. Grayscale: #B8B8B8. Windows color (decimal): -3752585 or 7847366. OLE color: 7847366.

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

Color convert

RGB198189119-
CMYK00.050.400.22
HSL53.16º40.93%62.16%-
HSV(B)53.16º39.9%77.65%-
XYZ44.8249.7324.69-
YUV183.7191.48138.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 189 (74.22% from 255) = 37.35%
BLUE value IS 119 (46.88% from 255) = 23.52%
R=39.13%
G=37.35%
B=23.52%

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
Decimal19818911900.050.400.2253.1640.9362.16
HexC6BD7705281635293e
Octal306275167055026655176
Binary11000110101111011110111010110100010110110101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BD77; }

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

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

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

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

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

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

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

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