Html Css Color HEX #C9671F Chocolate

📋 copy color: '#C9671F'

red 201 ◦ green 103 ◦ blue 31

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

Shades of Chocolate #C9671F

Tints of Chocolate #C9671F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 60%
G = 30.75%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#C9671F (or 0xC9671F) is known color: Chocolate. HEX triplet: C9, 67 and 1F. RGB value is (201,103,31). Sum of RGB (Red+Green+Blue) = 201+103+31=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C9671F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9671F is #3698E0. Grayscale: #7C7C7C. Windows color (decimal): -3578081 or 2058185. OLE color: 2058185.

HSL color Cylindrical-coordinate representation of color #C9671F: hue angle of 25.41º 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 #C9671F is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 103 31 -
CMYK 0 0.49 0.85 0.21
HSL 25.41º 0.73% 0.45% -
HSV(B) 25.41º 0.85% 0.79% -
XYZ 29.18 22.22 4.05 -
YUV 124.09 75.47 182.85 -
System Red Green Blue C M Y K H S L
Decimal 201 103 31 0 0.49 0.85 0.21 25.41 0.73 0.45
Hex C9 67 1F 0 31 55 15 19 49 2D
Octal 311 147 37 0 61 125 25 31 111 55
Binary 11001001 1100111 11111 0 110001 1010101 10101 11001 1001001 101101

Color Harmonies of #C9671F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9671F

Black with #C9671F

Text Example


Text Example

White with #C9671F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9671F; }

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

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

background-color css

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

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

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

border-color css

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

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

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