Html Css Color HEX #C06413 Chocolate

📋 copy color: '#C06413'

red 192 ◦ green 100 ◦ blue 19

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

Shades of Chocolate #C06413

Tints of Chocolate #C06413

RGB

 RED value IS 192 (75.39% from 255) = 61.74%

 GREEN value IS 100 (39.45% from 255) = 32.15%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 61.74%
G = 32.15%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06413 (or 0xC06413) is known color: Chocolate. HEX triplet: C0, 64 and 13. RGB value is (192,100,19). Sum of RGB (Red+Green+Blue) = 192+100+19=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C06413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06413 is #3F9BEC. Grayscale: #767676. Windows color (decimal): -4168685 or 1270976. OLE color: 1270976.

HSL color Cylindrical-coordinate representation of color #C06413: hue angle of 28.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C06413 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 19 -
CMYK 0 0.48 0.90 0.25
HSL 28.09º 0.82% 0.41% -
HSV(B) 28.09º 0.9% 0.75% -
XYZ 26.41 20.37 3.16 -
YUV 118.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 192 100 19 0 0.48 0.90 0.25 28.09 0.82 0.41
Hex C0 64 13 0 30 5A 19 1C 52 29
Octal 300 144 23 0 60 132 31 34 122 51
Binary 11000000 1100100 10011 0 110000 1011010 11001 11100 1010010 101001

Color Harmonies of #C06413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06413

Black with #C06413

Text Example


Text Example

White with #C06413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06413; }

 p { color: rgb(192,100,19); }

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

background-color css

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

 a { background-color: rgb(192,100,19); }

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

border-color css

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

 span { border-color: rgb(192,100,19); }

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