#C98B4E

Color #C98B4E Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C98B4E

Tints of Twine #C98B4E

Color information

#C98B4E (or 0xC98B4E) is unknown color: approx Twine. HEX triplet: C9, 8B and 4E. RGB value is (201,139,78). Sum of RGB (Red+Green+Blue) = 201+139+78=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B4E is #3674B1. Grayscale: #969696. Windows color (decimal): -3568818 or 5147593. OLE color: 5147593.

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

Color convert

RGB20113978-
CMYK00.310.610.21
HSL29.76º53.25%54.71%-
HSV(B)29.76º61.19%78.82%-
XYZ34.731.4311.45-
YUV150.5887.04163.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.09%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 78 (30.86% from 255) = 18.66%
R=48.09%
G=33.25%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011397800.310.610.2129.7653.2554.71
HexC98B4E01F3D151e3537
Octal3112131160377525366567
Binary110010011000101110011100111111111011010111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B4E; }

 p { color: rgb(201,139,78); }

 H1.HeaderClassName
 {
   color: #C98B4E;
 }
 .AnyTagClassName
 {
   color: #C98B4E;
 }
</style>
background-color css

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

 a { background-color: rgb(201,139,78); }

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

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

 span { border-color: rgb(201,139,78); }

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