#C6B67D

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

Shades of Yuma #C6B67D

Tints of Yuma #C6B67D

Color information

#C6B67D (or 0xC6B67D) is unknown color: approx Yuma. HEX triplet: C6, B6 and 7D. RGB value is (198,182,125). Sum of RGB (Red+Green+Blue) = 198+182+125=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B67D is #394982. Grayscale: #B4B4B4. Windows color (decimal): -3754371 or 8238790. OLE color: 8238790.

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

Color convert

RGB198182125-
CMYK00.080.370.22
HSL46.85º39.04%63.33%-
HSV(B)46.85º36.87%77.65%-
XYZ43.7246.9426.16-
YUV180.2996.8140.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.21%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=39.21%
G=36.04%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818212500.080.370.2246.8539.0463.33
HexC6B67D0825162f273f
Octal3062661750104526574777
Binary110001101011011011111010100010010110110101111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B67D; }

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

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

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

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

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

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

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

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