Html Css Color HEX #C6AD96 Sour Dough

📋 copy color: '#C6AD96'

red 198 ◦ green 173 ◦ blue 150

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

Shades of Sour Dough #C6AD96

Tints of Sour Dough #C6AD96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.79%

R = 38%
G = 33.21%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C6AD96 (or 0xC6AD96) is known color: Sour Dough. HEX triplet: C6, AD and 96. RGB value is (198,173,150). Sum of RGB (Red+Green+Blue) = 198+173+150=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD96 is #395269. Grayscale: #B1B1B1. Windows color (decimal): -3756650 or 9874886. OLE color: 9874886.

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

Color convert

RGB 198 173 150 -
CMYK 0 0.13 0.24 0.22
HSL 28.75º 0.3% 0.68% -
HSV(B) 28.75º 0.24% 0.78% -
XYZ 43.74 44.09 35.06 -
YUV 177.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 198 173 150 0 0.13 0.24 0.22 28.75 0.3 0.68
Hex C6 AD 96 0 D 18 16 1D 1E 44
Octal 306 255 226 0 15 30 26 35 36 104
Binary 11000110 10101101 10010110 0 1101 11000 10110 11101 11110 1000100

Color Harmonies of #C6AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD96

Black with #C6AD96

Text Example


Text Example

White with #C6AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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