Html Css Color HEX #C6AE68 Laser

📋 copy color: '#C6AE68'

red 198 ◦ green 174 ◦ blue 104

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

Shades of Laser #C6AE68

Tints of Laser #C6AE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 41.6%
G = 36.55%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C6AE68 (or 0xC6AE68) is known color: Laser. HEX triplet: C6, AE and 68. RGB value is (198,174,104). Sum of RGB (Red+Green+Blue) = 198+174+104=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE68 is #395197. Grayscale: #ADADAD. Windows color (decimal): -3756440 or 6860486. OLE color: 6860486.

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

Color convert

RGB 198 174 104 -
CMYK 0 0.12 0.47 0.22
HSL 44.68º 0.45% 0.59% -
HSV(B) 44.68º 0.47% 0.78% -
XYZ 40.92 43.28 19.29 -
YUV 173.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 198 174 104 0 0.12 0.47 0.22 44.68 0.45 0.59
Hex C6 AE 68 0 C 2F 16 2D 2D 3B
Octal 306 256 150 0 14 57 26 55 55 73
Binary 11000110 10101110 1101000 0 1100 101111 10110 101101 101101 111011

Color Harmonies of #C6AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AE68

Black with #C6AE68

Text Example


Text Example

White with #C6AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AE68; }

 p { color: rgb(198,174,104); }

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

background-color css

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

 a { background-color: rgb(198,174,104); }

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

border-color css

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

 span { border-color: rgb(198,174,104); }

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