Html Css Color HEX #C99651 Twine

📋 copy color: '#C99651'

red 201 ◦ green 150 ◦ blue 81

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

Shades of Twine #C99651

Tints of Twine #C99651

RGB

 RED value IS 201 (78.91% from 255) = 46.53%

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

 BLUE value IS 81 (32.03% from 255) = 18.75%

R = 46.53%
G = 34.72%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C99651 (or 0xC99651) is known color: Twine. HEX triplet: C9, 96 and 51. RGB value is (201,150,81). Sum of RGB (Red+Green+Blue) = 201+150+81=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99651 is #3669AE. Grayscale: #9D9D9D. Windows color (decimal): -3565999 or 5347017. OLE color: 5347017.

HSL color Cylindrical-coordinate representation of color #C99651: hue angle of 34.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C99651 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 150 81 -
CMYK 0 0.25 0.60 0.21
HSL 34.5º 0.53% 0.55% -
HSV(B) 34.5º 0.6% 0.79% -
XYZ 36.48 34.82 12.58 -
YUV 157.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 201 150 81 0 0.25 0.60 0.21 34.5 0.53 0.55
Hex C9 96 51 0 19 3C 15 22 35 37
Octal 311 226 121 0 31 74 25 42 65 67
Binary 11001001 10010110 1010001 0 11001 111100 10101 100010 110101 110111

Color Harmonies of #C99651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99651

Black with #C99651

Text Example


Text Example

White with #C99651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99651; }

 p { color: rgb(201,150,81); }

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

background-color css

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

 a { background-color: rgb(201,150,81); }

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

border-color css

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

 span { border-color: rgb(201,150,81); }

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