#c6b583

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

Shades of Yuma #C6B583

Tints of Yuma #C6B583

Color information

#C6B583 (or 0xC6B583) is unknown color: approx Yuma. HEX triplet: C6, B5 and 83. RGB value is (198,181,131). Sum of RGB (Red+Green+Blue) = 198+181+131=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B583 is #394A7C. Grayscale: #B4B4B4. Windows color (decimal): -3754621 or 8631750. OLE color: 8631750.

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

Color convert

RGB198181131-
CMYK00.090.340.22
HSL44.78º37.02%64.51%-
HSV(B)44.78º33.84%77.65%-
XYZ43.9146.6928.17-
YUV180.38100.13140.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 181 (71.09% from 255) = 35.49%
BLUE value IS 131 (51.56% from 255) = 25.69%
R=38.82%
G=35.49%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818113100.090.340.2244.7837.0264.51
HexC6B5830922162d2541
Octal30626520301142265545101
Binary11000110101101011000001101001100010101101011011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6b583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6b583; }

 p { color: rgb(198,181,131); }

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

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

 a { background-color: rgb(198,181,131); }

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

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

 span { border-color: rgb(198,181,131); }

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