Html Css Color HEX #C9681F Chocolate

📋 copy color: '#C9681F'

red 201 ◦ green 104 ◦ blue 31

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

Shades of Chocolate #C9681F

Tints of Chocolate #C9681F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 59.82%
G = 30.95%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9681F (or 0xC9681F) is known color: Chocolate. HEX triplet: C9, 68 and 1F. RGB value is (201,104,31). Sum of RGB (Red+Green+Blue) = 201+104+31=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9681F is #3697E0. Grayscale: #7D7D7D. Windows color (decimal): -3577825 or 2058441. OLE color: 2058441.

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

Color convert

RGB 201 104 31 -
CMYK 0 0.48 0.85 0.21
HSL 25.76º 0.73% 0.45% -
HSV(B) 25.76º 0.85% 0.79% -
XYZ 29.29 22.42 4.08 -
YUV 124.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 201 104 31 0 0.48 0.85 0.21 25.76 0.73 0.45
Hex C9 68 1F 0 30 55 15 1A 49 2D
Octal 311 150 37 0 60 125 25 32 111 55
Binary 11001001 1101000 11111 0 110000 1010101 10101 11010 1001001 101101

Color Harmonies of #C9681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9681F

Black with #C9681F

Text Example


Text Example

White with #C9681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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