Html Css Color HEX #C06410 Chocolate

📋 copy color: '#C06410'

red 192 ◦ green 100 ◦ blue 16

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

Shades of Chocolate #C06410

Tints of Chocolate #C06410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.19%

R = 62.34%
G = 32.47%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C06410 (or 0xC06410) is known color: Chocolate. HEX triplet: C0, 64 and 10. RGB value is (192,100,16). Sum of RGB (Red+Green+Blue) = 192+100+16=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C06410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06410 is #3F9BEF. Grayscale: #767676. Windows color (decimal): -4168688 or 1074368. OLE color: 1074368.

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

Color convert

RGB 192 100 16 -
CMYK 0 0.48 0.92 0.25
HSL 28.64º 0.85% 0.41% -
HSV(B) 28.64º 0.92% 0.75% -
XYZ 26.39 20.36 3.03 -
YUV 117.93 70.48 180.83 -
System Red Green Blue C M Y K H S L
Decimal 192 100 16 0 0.48 0.92 0.25 28.64 0.85 0.41
Hex C0 64 10 0 30 5C 19 1D 55 29
Octal 300 144 20 0 60 134 31 35 125 51
Binary 11000000 1100100 10000 0 110000 1011100 11001 11101 1010101 101001

Color Harmonies of #C06410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06410

Black with #C06410

Text Example


Text Example

White with #C06410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06410; }

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

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

background-color css

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

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

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

border-color css

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

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

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