Html Css Color HEX #C9680D Chocolate

📋 copy color: '#C9680D'

red 201 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #C9680D

Tints of Chocolate #C9680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 63.21%
G = 32.7%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#C9680D (or 0xC9680D) is known color: Chocolate. HEX triplet: C9, 68 and 0D. RGB value is (201,104,13). Sum of RGB (Red+Green+Blue) = 201+104+13=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9680D is #3697F2. Grayscale: #7B7B7B. Windows color (decimal): -3577843 or 878793. OLE color: 878793.

HSL color Cylindrical-coordinate representation of color #C9680D: hue angle of 29.04º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9680D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 104 13 -
CMYK 0 0.48 0.94 0.21
HSL 29.04º 0.88% 0.42% -
HSV(B) 29.04º 0.94% 0.79% -
XYZ 29.11 22.35 3.16 -
YUV 122.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 201 104 13 0 0.48 0.94 0.21 29.04 0.88 0.42
Hex C9 68 D 0 30 5E 15 1D 58 2A
Octal 311 150 15 0 60 136 25 35 130 52
Binary 11001001 1101000 1101 0 110000 1011110 10101 11101 1011000 101010

Color Harmonies of #C9680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9680D

Black with #C9680D

Text Example


Text Example

White with #C9680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9680D; }

 p { color: rgb(201,104,13); }

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

background-color css

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

 a { background-color: rgb(201,104,13); }

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

border-color css

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

 span { border-color: rgb(201,104,13); }

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