Html Css Color HEX #C6995C Twine

📋 copy color: '#C6995C'

red 198 ◦ green 153 ◦ blue 92

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

Shades of Twine #C6995C

Tints of Twine #C6995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.54%

 BLUE value IS 92 (36.33% from 255) = 20.77%

R = 44.7%
G = 34.54%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6995C (or 0xC6995C) is known color: Twine. HEX triplet: C6, 99 and 5C. RGB value is (198,153,92). Sum of RGB (Red+Green+Blue) = 198+153+92=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C6995C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6995C is #3966A3. Grayscale: #9F9F9F. Windows color (decimal): -3761828 or 6068678. OLE color: 6068678.

HSL color Cylindrical-coordinate representation of color #C6995C: hue angle of 34.53º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6995C is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 153 92 -
CMYK 0 0.23 0.54 0.22
HSL 34.53º 0.48% 0.57% -
HSV(B) 34.53º 0.54% 0.78% -
XYZ 36.61 35.56 15.06 -
YUV 159.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 198 153 92 0 0.23 0.54 0.22 34.53 0.48 0.57
Hex C6 99 5C 0 17 36 16 23 30 39
Octal 306 231 134 0 27 66 26 43 60 71
Binary 11000110 10011001 1011100 0 10111 110110 10110 100011 110000 111001

Color Harmonies of #C6995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6995C

Black with #C6995C

Text Example


Text Example

White with #C6995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6995C; }

 p { color: rgb(198,153,92); }

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

background-color css

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

 a { background-color: rgb(198,153,92); }

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

border-color css

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

 span { border-color: rgb(198,153,92); }

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