#C6BC7D

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

Shades of Yuma #C6BC7D

Tints of Yuma #C6BC7D

Color information

#C6BC7D (or 0xC6BC7D) is unknown color: approx Yuma. HEX triplet: C6, BC and 7D. RGB value is (198,188,125). Sum of RGB (Red+Green+Blue) = 198+188+125=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC7D is #394382. Grayscale: #B8B8B8. Windows color (decimal): -3752835 or 8240326. OLE color: 8240326.

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

Color convert

RGB198188125-
CMYK00.050.370.22
HSL51.78º39.04%63.33%-
HSV(B)51.78º36.87%77.65%-
XYZ44.9749.4526.58-
YUV183.8194.81138.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.75%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=38.75%
G=36.79%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818812500.050.370.2251.7839.0463.33
HexC6BC7D05251634273f
Octal306274175054526644777
Binary11000110101111001111101010110010110110110100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC7D; }

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

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

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

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

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

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

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

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