Html Css Color HEX #C9680F Chocolate

📋 copy color: '#C9680F'

red 201 ◦ green 104 ◦ blue 15

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

Shades of Chocolate #C9680F

Tints of Chocolate #C9680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.69%

R = 62.81%
G = 32.5%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C9680F (or 0xC9680F) is known color: Chocolate. HEX triplet: C9, 68 and 0F. RGB value is (201,104,15). Sum of RGB (Red+Green+Blue) = 201+104+15=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9680F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9680F is #3697F0. Grayscale: #7B7B7B. Windows color (decimal): -3577841 or 1009865. OLE color: 1009865.

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

Color convert

RGB 201 104 15 -
CMYK 0 0.48 0.93 0.21
HSL 28.71º 0.86% 0.42% -
HSV(B) 28.71º 0.93% 0.79% -
XYZ 29.12 22.35 3.23 -
YUV 122.86 67.14 183.74 -
System Red Green Blue C M Y K H S L
Decimal 201 104 15 0 0.48 0.93 0.21 28.71 0.86 0.42
Hex C9 68 F 0 30 5D 15 1D 56 2A
Octal 311 150 17 0 60 135 25 35 126 52
Binary 11001001 1101000 1111 0 110000 1011101 10101 11101 1010110 101010

Color Harmonies of #C9680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9680F

Black with #C9680F

Text Example


Text Example

White with #C9680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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