Html Css Color HEX #C06610 Chocolate

📋 copy color: '#C06610'

red 192 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #C06610

Tints of Chocolate #C06610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 61.94%
G = 32.9%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C06610 (or 0xC06610) is known color: Chocolate. HEX triplet: C0, 66 and 10. RGB value is (192,102,16). Sum of RGB (Red+Green+Blue) = 192+102+16=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C06610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06610 is #3F99EF. Grayscale: #777777. Windows color (decimal): -4168176 or 1074880. OLE color: 1074880.

HSL color Cylindrical-coordinate representation of color #C06610: hue angle of 29.32º 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 #C06610 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 16 -
CMYK 0 0.47 0.92 0.25
HSL 29.32º 0.85% 0.41% -
HSV(B) 29.32º 0.92% 0.75% -
XYZ 26.58 20.75 3.09 -
YUV 119.11 69.82 179.99 -
System Red Green Blue C M Y K H S L
Decimal 192 102 16 0 0.47 0.92 0.25 29.32 0.85 0.41
Hex C0 66 10 0 2F 5C 19 1D 55 29
Octal 300 146 20 0 57 134 31 35 125 51
Binary 11000000 1100110 10000 0 101111 1011100 11001 11101 1010101 101001

Color Harmonies of #C06610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06610

Black with #C06610

Text Example


Text Example

White with #C06610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06610; }

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

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

background-color css

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

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

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

border-color css

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

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

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