Html Css Color HEX #C6B894 Sisal

📋 copy color: '#C6B894'

red 198 ◦ green 184 ◦ blue 148

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

Shades of Sisal #C6B894

Tints of Sisal #C6B894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.72%

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

R = 37.36%
G = 34.72%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C6B894 (or 0xC6B894) is known color: Sisal. HEX triplet: C6, B8 and 94. RGB value is (198,184,148). Sum of RGB (Red+Green+Blue) = 198+184+148=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 184 (72.27% from 255 or 34.72% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B894 is #39476B. Grayscale: #B8B8B8. Windows color (decimal): -3753836 or 9746630. OLE color: 9746630.

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

Color convert

RGB 198 184 148 -
CMYK 0 0.07 0.25 0.22
HSL 43.2º 0.3% 0.68% -
HSV(B) 43.2º 0.25% 0.78% -
XYZ 45.77 48.42 34.95 -
YUV 184.08 107.64 137.93 -
System Red Green Blue C M Y K H S L
Decimal 198 184 148 0 0.07 0.25 0.22 43.2 0.3 0.68
Hex C6 B8 94 0 7 19 16 2B 1E 44
Octal 306 270 224 0 7 31 26 53 36 104
Binary 11000110 10111000 10010100 0 111 11001 10110 101011 11110 1000100

Color Harmonies of #C6B894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B894

Black with #C6B894

Text Example


Text Example

White with #C6B894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B894; }

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

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

background-color css

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

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

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

border-color css

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

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

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