Html Css Color HEX #C6937F Quicksand

📋 copy color: '#C6937F'

red 198 ◦ green 147 ◦ blue 127

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

Shades of Quicksand #C6937F

Tints of Quicksand #C6937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.14%

 BLUE value IS 127 (50% from 255) = 26.91%

R = 41.95%
G = 31.14%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6937F (or 0xC6937F) is known color: Quicksand. HEX triplet: C6, 93 and 7F. RGB value is (198,147,127). Sum of RGB (Red+Green+Blue) = 198+147+127=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6937F is #396C80. Grayscale: #A0A0A0. Windows color (decimal): -3763329 or 8360902. OLE color: 8360902.

HSL color Cylindrical-coordinate representation of color #C6937F: hue angle of 16.9º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6937F is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 127 -
CMYK 0 0.26 0.36 0.22
HSL 16.9º 0.38% 0.64% -
HSV(B) 16.9º 0.36% 0.78% -
XYZ 37.55 34.41 24.74 -
YUV 159.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 198 147 127 0 0.26 0.36 0.22 16.9 0.38 0.64
Hex C6 93 7F 0 1A 24 16 11 26 40
Octal 306 223 177 0 32 44 26 21 46 100
Binary 11000110 10010011 1111111 0 11010 100100 10110 10001 100110 1000000

Color Harmonies of #C6937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6937F

Black with #C6937F

Text Example


Text Example

White with #C6937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6937F; }

 p { color: rgb(198,147,127); }

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

background-color css

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

 a { background-color: rgb(198,147,127); }

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

border-color css

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

 span { border-color: rgb(198,147,127); }

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