Html Css Color HEX #C6AF99 Sour Dough

📋 copy color: '#C6AF99'

red 198 ◦ green 175 ◦ blue 153

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

Shades of Sour Dough #C6AF99

Tints of Sour Dough #C6AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.27%

 BLUE value IS 153 (60.16% from 255) = 29.09%

R = 37.64%
G = 33.27%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C6AF99 (or 0xC6AF99) is known color: Sour Dough. HEX triplet: C6, AF and 99. RGB value is (198,175,153). Sum of RGB (Red+Green+Blue) = 198+175+153=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AF99 is #395066. Grayscale: #B3B3B3. Windows color (decimal): -3756135 or 10072006. OLE color: 10072006.

HSL color Cylindrical-coordinate representation of color #C6AF99: hue angle of 29.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6AF99 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 175 153 -
CMYK 0 0.12 0.23 0.22
HSL 29.33º 0.28% 0.69% -
HSV(B) 29.33º 0.23% 0.78% -
XYZ 44.37 44.97 36.48 -
YUV 179.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 198 175 153 0 0.12 0.23 0.22 29.33 0.28 0.69
Hex C6 AF 99 0 C 17 16 1D 1C 45
Octal 306 257 231 0 14 27 26 35 34 105
Binary 11000110 10101111 10011001 0 1100 10111 10110 11101 11100 1000101

Color Harmonies of #C6AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AF99

Black with #C6AF99

Text Example


Text Example

White with #C6AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AF99; }

 p { color: rgb(198,175,153); }

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

background-color css

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

 a { background-color: rgb(198,175,153); }

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

border-color css

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

 span { border-color: rgb(198,175,153); }

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