Html Css Color HEX #C6AA66 Laser

📋 copy color: '#C6AA66'

red 198 ◦ green 170 ◦ blue 102

#C6AA66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser #C6AA66

Tints of Laser #C6AA66

RGB

 RED value IS 198 (77.73% from 255) = 42.13%

 GREEN value IS 170 (66.8% from 255) = 36.17%

 BLUE value IS 102 (40.23% from 255) = 21.7%

R = 42.13%
G = 36.17%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6AA66 (or 0xC6AA66) is known color: Laser. HEX triplet: C6, AA and 66. RGB value is (198,170,102). Sum of RGB (Red+Green+Blue) = 198+170+102=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 170 (66.80% from 255 or 36.17% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AA66 is #395599. Grayscale: #AAAAAA. Windows color (decimal): -3757466 or 6728390. OLE color: 6728390.

HSL color Cylindrical-coordinate representation of color #C6AA66: hue angle of 42.5º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6AA66 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 102 -
CMYK 0 0.14 0.48 0.22
HSL 42.5º 0.46% 0.59% -
HSV(B) 42.5º 0.48% 0.78% -
XYZ 40.06 41.71 18.51 -
YUV 170.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 198 170 102 0 0.14 0.48 0.22 42.5 0.46 0.59
Hex C6 AA 66 0 E 30 16 2A 2E 3B
Octal 306 252 146 0 16 60 26 52 56 73
Binary 11000110 10101010 1100110 0 1110 110000 10110 101010 101110 111011

Color Harmonies of #C6AA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA66

Black with #C6AA66

Text Example


Text Example

White with #C6AA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA66; }

 p { color: rgb(198,170,102); }

 H1.HeaderClassName
 {
   color: #C6AA66;
 }
 .AnyTagClassName
 {
   color: #C6AA66;
 }
</style>

background-color css

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

 a { background-color: rgb(198,170,102); }

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

border-color css

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

 span { border-color: rgb(198,170,102); }

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