Html Css Color HEX #C6955F Twine

📋 copy color: '#C6955F'

red 198 ◦ green 149 ◦ blue 95

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

Shades of Twine #C6955F

Tints of Twine #C6955F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 44.8%
G = 33.71%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6955F (or 0xC6955F) is known color: Twine. HEX triplet: C6, 95 and 5F. RGB value is (198,149,95). Sum of RGB (Red+Green+Blue) = 198+149+95=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6955F is #396AA0. Grayscale: #9D9D9D. Windows color (decimal): -3762849 or 6264262. OLE color: 6264262.

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

Color convert

RGB 198 149 95 -
CMYK 0 0.25 0.52 0.22
HSL 31.46º 0.47% 0.57% -
HSV(B) 31.46º 0.52% 0.78% -
XYZ 36.1 34.33 15.55 -
YUV 157.5 92.73 156.89 -
System Red Green Blue C M Y K H S L
Decimal 198 149 95 0 0.25 0.52 0.22 31.46 0.47 0.57
Hex C6 95 5F 0 19 34 16 1F 2F 39
Octal 306 225 137 0 31 64 26 37 57 71
Binary 11000110 10010101 1011111 0 11001 110100 10110 11111 101111 111001

Color Harmonies of #C6955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6955F

Black with #C6955F

Text Example


Text Example

White with #C6955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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