Html Css Color HEX #C6BA92 Sisal

📋 copy color: '#C6BA92'

red 198 ◦ green 186 ◦ blue 146

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

Shades of Sisal #C6BA92

Tints of Sisal #C6BA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.55%

R = 37.36%
G = 35.09%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6BA92 (or 0xC6BA92) is known color: Sisal. HEX triplet: C6, BA and 92. RGB value is (198,186,146). Sum of RGB (Red+Green+Blue) = 198+186+146=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BA92 is #39456D. Grayscale: #B9B9B9. Windows color (decimal): -3753326 or 9616070. OLE color: 9616070.

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

Color convert

RGB 198 186 146 -
CMYK 0 0.06 0.26 0.22
HSL 46.15º 0.31% 0.67% -
HSV(B) 46.15º 0.26% 0.78% -
XYZ 46.04 49.2 34.26 -
YUV 185.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 198 186 146 0 0.06 0.26 0.22 46.15 0.31 0.67
Hex C6 BA 92 0 6 1A 16 2E 1F 43
Octal 306 272 222 0 6 32 26 56 37 103
Binary 11000110 10111010 10010010 0 110 11010 10110 101110 11111 1000011

Color Harmonies of #C6BA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA92

Black with #C6BA92

Text Example


Text Example

White with #C6BA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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