Html Css Color HEX #C6B09B Sour Dough

📋 copy color: '#C6B09B'

red 198 ◦ green 176 ◦ blue 155

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

Shades of Sour Dough #C6B09B

Tints of Sour Dough #C6B09B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.27%

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

R = 37.43%
G = 33.27%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6B09B (or 0xC6B09B) is known color: Sour Dough. HEX triplet: C6, B0 and 9B. RGB value is (198,176,155). Sum of RGB (Red+Green+Blue) = 198+176+155=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B09B is #394F64. Grayscale: #B4B4B4. Windows color (decimal): -3755877 or 10203334. OLE color: 10203334.

HSL color Cylindrical-coordinate representation of color #C6B09B: hue angle of 29.3º 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 #C6B09B is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 176 155 -
CMYK 0 0.11 0.22 0.22
HSL 29.3º 0.27% 0.69% -
HSV(B) 29.3º 0.22% 0.78% -
XYZ 44.73 45.42 37.42 -
YUV 180.18 113.79 140.71 -
System Red Green Blue C M Y K H S L
Decimal 198 176 155 0 0.11 0.22 0.22 29.3 0.27 0.69
Hex C6 B0 9B 0 B 16 16 1D 1B 45
Octal 306 260 233 0 13 26 26 35 33 105
Binary 11000110 10110000 10011011 0 1011 10110 10110 11101 11011 1000101

Color Harmonies of #C6B09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B09B

Black with #C6B09B

Text Example


Text Example

White with #C6B09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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