Html Css Color HEX #C6A360 Laser

📋 copy color: '#C6A360'

red 198 ◦ green 163 ◦ blue 96

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

Shades of Laser #C6A360

Tints of Laser #C6A360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.67%

 BLUE value IS 96 (37.89% from 255) = 21.01%

R = 43.33%
G = 35.67%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6A360 (or 0xC6A360) is known color: Laser. HEX triplet: C6, A3 and 60. RGB value is (198,163,96). Sum of RGB (Red+Green+Blue) = 198+163+96=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A360 is #395C9F. Grayscale: #A6A6A6. Windows color (decimal): -3759264 or 6333382. OLE color: 6333382.

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

Color convert

RGB 198 163 96 -
CMYK 0 0.18 0.52 0.22
HSL 39.41º 0.47% 0.58% -
HSV(B) 39.41º 0.52% 0.78% -
XYZ 38.5 39.04 16.57 -
YUV 165.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 198 163 96 0 0.18 0.52 0.22 39.41 0.47 0.58
Hex C6 A3 60 0 12 34 16 27 2F 3A
Octal 306 243 140 0 22 64 26 47 57 72
Binary 11000110 10100011 1100000 0 10010 110100 10110 100111 101111 111010

Color Harmonies of #C6A360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A360

Black with #C6A360

Text Example


Text Example

White with #C6A360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A360; }

 p { color: rgb(198,163,96); }

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

background-color css

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

 a { background-color: rgb(198,163,96); }

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

border-color css

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

 span { border-color: rgb(198,163,96); }

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