Html Css Color HEX #C6985F Twine

📋 copy color: '#C6985F'

red 198 ◦ green 152 ◦ blue 95

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

Shades of Twine #C6985F

Tints of Twine #C6985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.16%

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

R = 44.49%
G = 34.16%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6985F (or 0xC6985F) is known color: Twine. HEX triplet: C6, 98 and 5F. RGB value is (198,152,95). Sum of RGB (Red+Green+Blue) = 198+152+95=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C6985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6985F is #3967A0. Grayscale: #9F9F9F. Windows color (decimal): -3762081 or 6265030. OLE color: 6265030.

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

Color convert

RGB 198 152 95 -
CMYK 0 0.23 0.52 0.22
HSL 33.2º 0.47% 0.57% -
HSV(B) 33.2º 0.52% 0.78% -
XYZ 36.58 35.29 15.71 -
YUV 159.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 198 152 95 0 0.23 0.52 0.22 33.2 0.47 0.57
Hex C6 98 5F 0 17 34 16 21 2F 39
Octal 306 230 137 0 27 64 26 41 57 71
Binary 11000110 10011000 1011111 0 10111 110100 10110 100001 101111 111001

Color Harmonies of #C6985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6985F

Black with #C6985F

Text Example


Text Example

White with #C6985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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