Html Css Color HEX #C6AD95 Sour Dough

📋 copy color: '#C6AD95'

red 198 ◦ green 173 ◦ blue 149

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

Shades of Sour Dough #C6AD95

Tints of Sour Dough #C6AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.65%

R = 38.08%
G = 33.27%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C6AD95 (or 0xC6AD95) is known color: Sour Dough. HEX triplet: C6, AD and 95. RGB value is (198,173,149). Sum of RGB (Red+Green+Blue) = 198+173+149=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD95 is #39526A. Grayscale: #B1B1B1. Windows color (decimal): -3756651 or 9809350. OLE color: 9809350.

HSL color Cylindrical-coordinate representation of color #C6AD95: hue angle of 29.39º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6AD95 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 149 -
CMYK 0 0.13 0.25 0.22
HSL 29.39º 0.3% 0.68% -
HSV(B) 29.39º 0.25% 0.78% -
XYZ 43.66 44.06 34.64 -
YUV 177.74 111.78 142.45 -
System Red Green Blue C M Y K H S L
Decimal 198 173 149 0 0.13 0.25 0.22 29.39 0.3 0.68
Hex C6 AD 95 0 D 19 16 1D 1E 44
Octal 306 255 225 0 15 31 26 35 36 104
Binary 11000110 10101101 10010101 0 1101 11001 10110 11101 11110 1000100

Color Harmonies of #C6AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD95

Black with #C6AD95

Text Example


Text Example

White with #C6AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD95; }

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

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

background-color css

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

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

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

border-color css

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

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

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