Html Css Color HEX #C6AD67 Laser

📋 copy color: '#C6AD67'

red 198 ◦ green 173 ◦ blue 103

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

Shades of Laser #C6AD67

Tints of Laser #C6AD67

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.5%

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

R = 41.77%
G = 36.5%
B = 21.73%

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

#C6AD67 (or 0xC6AD67) is known color: Laser. HEX triplet: C6, AD and 67. RGB value is (198,173,103). Sum of RGB (Red+Green+Blue) = 198+173+103=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 103 (40.62% from 255 or 21.73% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD67 is #395298. Grayscale: #ACACAC. Windows color (decimal): -3756697 or 6794694. OLE color: 6794694.

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

Color convert

RGB 198 173 103 -
CMYK 0 0.13 0.48 0.22
HSL 44.21º 0.45% 0.59% -
HSV(B) 44.21º 0.48% 0.78% -
XYZ 40.68 42.87 18.96 -
YUV 172.5 88.78 146.19 -
System Red Green Blue C M Y K H S L
Decimal 198 173 103 0 0.13 0.48 0.22 44.21 0.45 0.59
Hex C6 AD 67 0 D 30 16 2C 2D 3B
Octal 306 255 147 0 15 60 26 54 55 73
Binary 11000110 10101101 1100111 0 1101 110000 10110 101100 101101 111011

Color Harmonies of #C6AD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD67

Black with #C6AD67

Text Example


Text Example

White with #C6AD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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