#C39F61

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

Shades of Laser #C39F61

Tints of Laser #C39F61

Color information

#C39F61 (or 0xC39F61) is unknown color: approx Laser. HEX triplet: C3, 9F and 61. RGB value is (195,159,97). Sum of RGB (Red+Green+Blue) = 195+159+97=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C39F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39F61 is #3C609E. Grayscale: #A2A2A2. Windows color (decimal): -3956895 or 6397891. OLE color: 6397891.

HSL color Cylindrical-coordinate representation of color #C39F61: hue angle of 37.96º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C39F61 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19515997-
CMYK00.180.500.24
HSL37.96º44.95%57.25%-
HSV(B)37.96º50.26%76.47%-
XYZ37.0637.2616.55-
YUV162.790.93151.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 159 (62.5% from 255) = 35.25%
BLUE value IS 97 (38.28% from 255) = 21.51%
R=43.24%
G=35.25%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951599700.180.500.2437.9644.9557.25
HexC39F610123218262d39
Octal3032371410226230465571
Binary1100001110011111110000101001011001011000100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39F61; }

 p { color: rgb(195,159,97); }

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

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

 a { background-color: rgb(195,159,97); }

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

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

 span { border-color: rgb(195,159,97); }

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