Html Css Color HEX #C6B49B Sour Dough

📋 copy color: '#C6B49B'

red 198 ◦ green 180 ◦ blue 155

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

Shades of Sour Dough #C6B49B

Tints of Sour Dough #C6B49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

 BLUE value IS 155 (60.94% from 255) = 29.08%

R = 37.15%
G = 33.77%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6B49B (or 0xC6B49B) is known color: Sour Dough. HEX triplet: C6, B4 and 9B. RGB value is (198,180,155). Sum of RGB (Red+Green+Blue) = 198+180+155=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B49B is #394B64. Grayscale: #B6B6B6. Windows color (decimal): -3754853 or 10204358. OLE color: 10204358.

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

Color convert

RGB 198 180 155 -
CMYK 0 0.09 0.22 0.22
HSL 34.88º 0.27% 0.69% -
HSV(B) 34.88º 0.22% 0.78% -
XYZ 45.53 47.01 37.69 -
YUV 182.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 198 180 155 0 0.09 0.22 0.22 34.88 0.27 0.69
Hex C6 B4 9B 0 9 16 16 23 1B 45
Octal 306 264 233 0 11 26 26 43 33 105
Binary 11000110 10110100 10011011 0 1001 10110 10110 100011 11011 1000101

Color Harmonies of #C6B49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B49B

Black with #C6B49B

Text Example


Text Example

White with #C6B49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B49B; }

 p { color: rgb(198,180,155); }

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

background-color css

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

 a { background-color: rgb(198,180,155); }

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

border-color css

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

 span { border-color: rgb(198,180,155); }

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