#C69F54

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

Shades of Laser #C69F54

Tints of Laser #C69F54

Color information

#C69F54 (or 0xC69F54) is unknown color: approx Laser. HEX triplet: C6, 9F and 54. RGB value is (198,159,84). Sum of RGB (Red+Green+Blue) = 198+159+84=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F54 is #3960AB. Grayscale: #A2A2A2. Windows color (decimal): -3760300 or 5545926. OLE color: 5545926.

HSL color Cylindrical-coordinate representation of color #C69F54: hue angle of 39.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C69F54 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB19815984-
CMYK00.200.580.22
HSL39.47º50%55.29%-
HSV(B)39.47º57.58%77.65%-
XYZ37.2937.4413.65-
YUV162.1183.92153.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.90%
GREEN value IS 159 (62.5% from 255) = 36.05%
BLUE value IS 84 (33.20% from 255) = 19.05%
R=44.90%
G=36.05%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981598400.200.580.2239.475055.29
HexC69F540143A16273237
Octal3062371240247226476267
Binary1100011010011111101010001010011101010110100111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69F54; }

 p { color: rgb(198,159,84); }

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

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

 a { background-color: rgb(198,159,84); }

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

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

 span { border-color: rgb(198,159,84); }

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