Html Css Color HEX #C49654 Twine

📋 copy color: '#C49654'

red 196 ◦ green 150 ◦ blue 84

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

Shades of Twine #C49654

Tints of Twine #C49654

RGB

 RED value IS 196 (76.95% from 255) = 45.58%

 GREEN value IS 150 (58.98% from 255) = 34.88%

 BLUE value IS 84 (33.2% from 255) = 19.53%

R = 45.58%
G = 34.88%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C49654 (or 0xC49654) is known color: Twine. HEX triplet: C4, 96 and 54. RGB value is (196,150,84). Sum of RGB (Red+Green+Blue) = 196+150+84=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C49654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49654 is #3B69AB. Grayscale: #9C9C9C. Windows color (decimal): -3893676 or 5543620. OLE color: 5543620.

HSL color Cylindrical-coordinate representation of color #C49654: hue angle of 35.36º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C49654 is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 150 84 -
CMYK 0 0.23 0.57 0.23
HSL 35.36º 0.49% 0.55% -
HSV(B) 35.36º 0.57% 0.77% -
XYZ 35.27 34.19 13.13 -
YUV 156.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 196 150 84 0 0.23 0.57 0.23 35.36 0.49 0.55
Hex C4 96 54 0 17 39 17 23 31 37
Octal 304 226 124 0 27 71 27 43 61 67
Binary 11000100 10010110 1010100 0 10111 111001 10111 100011 110001 110111

Color Harmonies of #C49654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49654

Black with #C49654

Text Example


Text Example

White with #C49654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49654; }

 p { color: rgb(196,150,84); }

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

background-color css

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

 a { background-color: rgb(196,150,84); }

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

border-color css

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

 span { border-color: rgb(196,150,84); }

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