Html Css Color HEX #C69460 Twine

📋 copy color: '#C69460'

red 198 ◦ green 148 ◦ blue 96

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

Shades of Twine #C69460

Tints of Twine #C69460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.48%

 BLUE value IS 96 (37.89% from 255) = 21.72%

R = 44.8%
G = 33.48%
B = 21.72%

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

#C69460 (or 0xC69460) is known color: Twine. HEX triplet: C6, 94 and 60. RGB value is (198,148,96). Sum of RGB (Red+Green+Blue) = 198+148+96=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 148 (58.20% from 255 or 33.48% from 442); Blue value is 96 (37.89% from 255 or 21.72% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C69460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69460 is #396B9F. Grayscale: #9D9D9D. Windows color (decimal): -3763104 or 6329542. OLE color: 6329542.

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

Color convert

RGB 198 148 96 -
CMYK 0 0.25 0.52 0.22
HSL 30.59º 0.47% 0.58% -
HSV(B) 30.59º 0.52% 0.78% -
XYZ 35.99 34.03 15.74 -
YUV 157.02 93.57 157.23 -
System Red Green Blue C M Y K H S L
Decimal 198 148 96 0 0.25 0.52 0.22 30.59 0.47 0.58
Hex C6 94 60 0 19 34 16 1F 2F 3A
Octal 306 224 140 0 31 64 26 37 57 72
Binary 11000110 10010100 1100000 0 11001 110100 10110 11111 101111 111010

Color Harmonies of #C69460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69460

Black with #C69460

Text Example


Text Example

White with #C69460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69460; }

 p { color: rgb(198,148,96); }

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

background-color css

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

 a { background-color: rgb(198,148,96); }

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

border-color css

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

 span { border-color: rgb(198,148,96); }

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