Html Css Color HEX #C6AC67 Laser

📋 copy color: '#C6AC67'

red 198 ◦ green 172 ◦ blue 103

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

Shades of Laser #C6AC67

Tints of Laser #C6AC67

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

 BLUE value IS 103 (40.63% from 255) = 21.78%

R = 41.86%
G = 36.36%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C6AC67 (or 0xC6AC67) is known color: Laser. HEX triplet: C6, AC and 67. RGB value is (198,172,103). Sum of RGB (Red+Green+Blue) = 198+172+103=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AC67 is #395398. Grayscale: #ACACAC. Windows color (decimal): -3756953 or 6794438. OLE color: 6794438.

HSL color Cylindrical-coordinate representation of color #C6AC67: hue angle of 43.58º degrees, saturation: 0.45, 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 #C6AC67 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 172 103 -
CMYK 0 0.13 0.48 0.22
HSL 43.58º 0.45% 0.59% -
HSV(B) 43.58º 0.48% 0.78% -
XYZ 40.49 42.49 18.9 -
YUV 171.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 198 172 103 0 0.13 0.48 0.22 43.58 0.45 0.59
Hex C6 AC 67 0 D 30 16 2C 2D 3B
Octal 306 254 147 0 15 60 26 54 55 73
Binary 11000110 10101100 1100111 0 1101 110000 10110 101100 101101 111011

Color Harmonies of #C6AC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC67

Black with #C6AC67

Text Example


Text Example

White with #C6AC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC67; }

 p { color: rgb(198,172,103); }

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

background-color css

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

 a { background-color: rgb(198,172,103); }

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

border-color css

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

 span { border-color: rgb(198,172,103); }

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