Html Css Color HEX #C6915F Twine

📋 copy color: '#C6915F'

red 198 ◦ green 145 ◦ blue 95

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

Shades of Twine #C6915F

Tints of Twine #C6915F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.11%

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

R = 45.21%
G = 33.11%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6915F (or 0xC6915F) is known color: Twine. HEX triplet: C6, 91 and 5F. RGB value is (198,145,95). Sum of RGB (Red+Green+Blue) = 198+145+95=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 95 (37.5% from 255 or 21.69% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6915F is #396EA0. Grayscale: #9B9B9B. Windows color (decimal): -3763873 or 6263238. OLE color: 6263238.

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

Color convert

RGB 198 145 95 -
CMYK 0 0.27 0.52 0.22
HSL 29.13º 0.47% 0.57% -
HSV(B) 29.13º 0.52% 0.78% -
XYZ 35.48 33.08 15.34 -
YUV 155.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 198 145 95 0 0.27 0.52 0.22 29.13 0.47 0.57
Hex C6 91 5F 0 1B 34 16 1D 2F 39
Octal 306 221 137 0 33 64 26 35 57 71
Binary 11000110 10010001 1011111 0 11011 110100 10110 11101 101111 111001

Color Harmonies of #C6915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6915F

Black with #C6915F

Text Example


Text Example

White with #C6915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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