Html Css Color HEX #C6B59B Sour Dough

📋 copy color: '#C6B59B'

red 198 ◦ green 181 ◦ blue 155

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

Shades of Sour Dough #C6B59B

Tints of Sour Dough #C6B59B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.9%

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

R = 37.08%
G = 33.9%
B = 29.03%

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

#C6B59B (or 0xC6B59B) is known color: Sour Dough. HEX triplet: C6, B5 and 9B. RGB value is (198,181,155). Sum of RGB (Red+Green+Blue) = 198+181+155=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B59B is #394A64. Grayscale: #B7B7B7. Windows color (decimal): -3754597 or 10204614. OLE color: 10204614.

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

Color convert

RGB 198 181 155 -
CMYK 0 0.09 0.22 0.22
HSL 36.28º 0.27% 0.69% -
HSV(B) 36.28º 0.22% 0.78% -
XYZ 45.73 47.42 37.75 -
YUV 183.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 198 181 155 0 0.09 0.22 0.22 36.28 0.27 0.69
Hex C6 B5 9B 0 9 16 16 24 1B 45
Octal 306 265 233 0 11 26 26 44 33 105
Binary 11000110 10110101 10011011 0 1001 10110 10110 100100 11011 1000101

Color Harmonies of #C6B59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B59B

Black with #C6B59B

Text Example


Text Example

White with #C6B59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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