Html Css Color HEX #C6BA94 Sisal

📋 copy color: '#C6BA94'

red 198 ◦ green 186 ◦ blue 148

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

Shades of Sisal #C6BA94

Tints of Sisal #C6BA94

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.96%

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 37.22%
G = 34.96%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C6BA94 (or 0xC6BA94) is known color: Sisal. HEX triplet: C6, BA and 94. RGB value is (198,186,148). Sum of RGB (Red+Green+Blue) = 198+186+148=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA94 is #39456B. Grayscale: #B9B9B9. Windows color (decimal): -3753324 or 9747142. OLE color: 9747142.

HSL color Cylindrical-coordinate representation of color #C6BA94: hue angle of 45.6º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6BA94 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 148 -
CMYK 0 0.06 0.25 0.22
HSL 45.6º 0.3% 0.68% -
HSV(B) 45.6º 0.25% 0.78% -
XYZ 46.19 49.26 35.09 -
YUV 185.26 106.98 137.09 -
System Red Green Blue C M Y K H S L
Decimal 198 186 148 0 0.06 0.25 0.22 45.6 0.3 0.68
Hex C6 BA 94 0 6 19 16 2E 1E 44
Octal 306 272 224 0 6 31 26 56 36 104
Binary 11000110 10111010 10010100 0 110 11001 10110 101110 11110 1000100

Color Harmonies of #C6BA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA94

Black with #C6BA94

Text Example


Text Example

White with #C6BA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA94; }

 p { color: rgb(198,186,148); }

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

background-color css

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

 a { background-color: rgb(198,186,148); }

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

border-color css

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

 span { border-color: rgb(198,186,148); }

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