Html Css Color HEX #C6BC95 Sisal

📋 copy color: '#C6BC95'

red 198 ◦ green 188 ◦ blue 149

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

Shades of Sisal #C6BC95

Tints of Sisal #C6BC95

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

 BLUE value IS 149 (58.59% from 255) = 27.85%

R = 37.01%
G = 35.14%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C6BC95 (or 0xC6BC95) is known color: Sisal. HEX triplet: C6, BC and 95. RGB value is (198,188,149). Sum of RGB (Red+Green+Blue) = 198+188+149=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BC95 is #39436A. Grayscale: #BABABA. Windows color (decimal): -3752811 or 9813190. OLE color: 9813190.

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

Color convert

RGB 198 188 149 -
CMYK 0 0.05 0.25 0.22
HSL 47.76º 0.3% 0.68% -
HSV(B) 47.76º 0.25% 0.78% -
XYZ 46.7 50.14 35.65 -
YUV 186.54 106.81 136.17 -
System Red Green Blue C M Y K H S L
Decimal 198 188 149 0 0.05 0.25 0.22 47.76 0.3 0.68
Hex C6 BC 95 0 5 19 16 30 1E 44
Octal 306 274 225 0 5 31 26 60 36 104
Binary 11000110 10111100 10010101 0 101 11001 10110 110000 11110 1000100

Color Harmonies of #C6BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC95

Black with #C6BC95

Text Example


Text Example

White with #C6BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC95; }

 p { color: rgb(198,188,149); }

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

background-color css

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

 a { background-color: rgb(198,188,149); }

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

border-color css

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

 span { border-color: rgb(198,188,149); }

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