Html Css Color HEX #CC9659 Twine

📋 copy color: '#CC9659'

red 204 ◦ green 150 ◦ blue 89

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

Shades of Twine #CC9659

Tints of Twine #CC9659

RGB

 RED value IS 204 (80.08% from 255) = 46.05%

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

 BLUE value IS 89 (35.16% from 255) = 20.09%

R = 46.05%
G = 33.86%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC9659 (or 0xCC9659) is known color: Twine. HEX triplet: CC, 96 and 59. RGB value is (204,150,89). Sum of RGB (Red+Green+Blue) = 204+150+89=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 89 (35.16% from 255 or 20.09% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9659 is #3369A6. Grayscale: #9F9F9F. Windows color (decimal): -3369383 or 5871308. OLE color: 5871308.

HSL color Cylindrical-coordinate representation of color #CC9659: hue angle of 31.83º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC9659 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 89 -
CMYK 0 0.26 0.56 0.2
HSL 31.83º 0.53% 0.57% -
HSV(B) 31.83º 0.56% 0.8% -
XYZ 37.61 35.37 14.3 -
YUV 159.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 204 150 89 0 0.26 0.56 0.2 31.83 0.53 0.57
Hex CC 96 59 0 1A 38 14 20 35 39
Octal 314 226 131 0 32 70 24 40 65 71
Binary 11001100 10010110 1011001 0 11010 111000 10100 100000 110101 111001

Color Harmonies of #CC9659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9659

Black with #CC9659

Text Example


Text Example

White with #CC9659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9659; }

 p { color: rgb(204,150,89); }

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

background-color css

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

 a { background-color: rgb(204,150,89); }

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

border-color css

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

 span { border-color: rgb(204,150,89); }

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