Html Css Color HEX #C6AD92 Sour Dough

📋 copy color: '#C6AD92'

red 198 ◦ green 173 ◦ blue 146

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

Shades of Sour Dough #C6AD92

Tints of Sour Dough #C6AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.24%

R = 38.3%
G = 33.46%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6AD92 (or 0xC6AD92) is known color: Sour Dough. HEX triplet: C6, AD and 92. RGB value is (198,173,146). Sum of RGB (Red+Green+Blue) = 198+173+146=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AD92 is #39526D. Grayscale: #B1B1B1. Windows color (decimal): -3756654 or 9612742. OLE color: 9612742.

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

Color convert

RGB 198 173 146 -
CMYK 0 0.13 0.26 0.22
HSL 31.15º 0.31% 0.67% -
HSV(B) 31.15º 0.26% 0.78% -
XYZ 43.42 43.97 33.39 -
YUV 177.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 198 173 146 0 0.13 0.26 0.22 31.15 0.31 0.67
Hex C6 AD 92 0 D 1A 16 1F 1F 43
Octal 306 255 222 0 15 32 26 37 37 103
Binary 11000110 10101101 10010010 0 1101 11010 10110 11111 11111 1000011

Color Harmonies of #C6AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AD92

Black with #C6AD92

Text Example


Text Example

White with #C6AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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