Html Css Color HEX #C06617 Chocolate

📋 copy color: '#C06617'

red 192 ◦ green 102 ◦ blue 23

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

Shades of Chocolate #C06617

Tints of Chocolate #C06617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 60.57%
G = 32.18%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06617 (or 0xC06617) is known color: Chocolate. HEX triplet: C0, 66 and 17. RGB value is (192,102,23). Sum of RGB (Red+Green+Blue) = 192+102+23=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C06617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06617 is #3F99E8. Grayscale: #787878. Windows color (decimal): -4168169 or 1533632. OLE color: 1533632.

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

Color convert

RGB 192 102 23 -
CMYK 0 0.47 0.88 0.25
HSL 28.05º 0.79% 0.42% -
HSV(B) 28.05º 0.88% 0.75% -
XYZ 26.64 20.77 3.42 -
YUV 119.9 73.32 179.42 -
System Red Green Blue C M Y K H S L
Decimal 192 102 23 0 0.47 0.88 0.25 28.05 0.79 0.42
Hex C0 66 17 0 2F 58 19 1C 4F 2A
Octal 300 146 27 0 57 130 31 34 117 52
Binary 11000000 1100110 10111 0 101111 1011000 11001 11100 1001111 101010

Color Harmonies of #C06617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06617

Black with #C06617

Text Example


Text Example

White with #C06617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06617; }

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

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

background-color css

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

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

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

border-color css

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

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

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