Html Css Color HEX #C6B39A Sour Dough

📋 copy color: '#C6B39A'

red 198 ◦ green 179 ◦ blue 154

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

Shades of Sour Dough #C6B39A

Tints of Sour Dough #C6B39A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.71%

 BLUE value IS 154 (60.55% from 255) = 29%

R = 37.29%
G = 33.71%
B = 29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6B39A (or 0xC6B39A) is known color: Sour Dough. HEX triplet: C6, B3 and 9A. RGB value is (198,179,154). Sum of RGB (Red+Green+Blue) = 198+179+154=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B39A is #394C65. Grayscale: #B5B5B5. Windows color (decimal): -3755110 or 10138566. OLE color: 10138566.

HSL color Cylindrical-coordinate representation of color #C6B39A: hue angle of 34.09º degrees, saturation: 0.28, 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 #C6B39A is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 154 -
CMYK 0 0.10 0.22 0.22
HSL 34.09º 0.28% 0.69% -
HSV(B) 34.09º 0.22% 0.78% -
XYZ 45.24 46.58 37.18 -
YUV 181.83 112.29 139.53 -
System Red Green Blue C M Y K H S L
Decimal 198 179 154 0 0.10 0.22 0.22 34.09 0.28 0.69
Hex C6 B3 9A 0 A 16 16 22 1C 45
Octal 306 263 232 0 12 26 26 42 34 105
Binary 11000110 10110011 10011010 0 1010 10110 10110 100010 11100 1000101

Color Harmonies of #C6B39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B39A

Black with #C6B39A

Text Example


Text Example

White with #C6B39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B39A; }

 p { color: rgb(198,179,154); }

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

background-color css

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

 a { background-color: rgb(198,179,154); }

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

border-color css

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

 span { border-color: rgb(198,179,154); }

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