Html Css Color HEX #C06317 Chocolate

📋 copy color: '#C06317'

red 192 ◦ green 99 ◦ blue 23

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

Shades of Chocolate #C06317

Tints of Chocolate #C06317

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 61.15%
G = 31.53%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C06317 (or 0xC06317) is known color: Chocolate. HEX triplet: C0, 63 and 17. RGB value is (192,99,23). Sum of RGB (Red+Green+Blue) = 192+99+23=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06317 is #3F9CE8. Grayscale: #767676. Windows color (decimal): -4168937 or 1532864. OLE color: 1532864.

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

Color convert

RGB 192 99 23 -
CMYK 0 0.48 0.88 0.25
HSL 26.98º 0.79% 0.42% -
HSV(B) 26.98º 0.88% 0.75% -
XYZ 26.35 20.19 3.32 -
YUV 118.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 192 99 23 0 0.48 0.88 0.25 26.98 0.79 0.42
Hex C0 63 17 0 30 58 19 1B 4F 2A
Octal 300 143 27 0 60 130 31 33 117 52
Binary 11000000 1100011 10111 0 110000 1011000 11001 11011 1001111 101010

Color Harmonies of #C06317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06317

Black with #C06317

Text Example


Text Example

White with #C06317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06317; }

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

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

background-color css

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

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

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

border-color css

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

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

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