Html Css Color HEX #C06615 Chocolate

📋 copy color: '#C06615'

red 192 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #C06615

Tints of Chocolate #C06615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 60.95%
G = 32.38%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#C06615 (or 0xC06615) is known color: Chocolate. HEX triplet: C0, 66 and 15. RGB value is (192,102,21). Sum of RGB (Red+Green+Blue) = 192+102+21=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C06615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06615 is #3F99EA. Grayscale: #787878. Windows color (decimal): -4168171 or 1402560. OLE color: 1402560.

HSL color Cylindrical-coordinate representation of color #C06615: hue angle of 28.42º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C06615 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 102 21 -
CMYK 0 0.47 0.89 0.25
HSL 28.42º 0.8% 0.42% -
HSV(B) 28.42º 0.89% 0.75% -
XYZ 26.62 20.76 3.31 -
YUV 119.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 192 102 21 0 0.47 0.89 0.25 28.42 0.8 0.42
Hex C0 66 15 0 2F 59 19 1C 50 2A
Octal 300 146 25 0 57 131 31 34 120 52
Binary 11000000 1100110 10101 0 101111 1011001 11001 11100 1010000 101010

Color Harmonies of #C06615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06615

Black with #C06615

Text Example


Text Example

White with #C06615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06615; }

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

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

background-color css

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

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

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

border-color css

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

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

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