Html Css Color HEX #C06518 Chocolate

📋 copy color: '#C06518'

red 192 ◦ green 101 ◦ blue 24

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

Shades of Chocolate #C06518

Tints of Chocolate #C06518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.86%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 60.57%
G = 31.86%
B = 7.57%

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

#C06518 (or 0xC06518) is known color: Chocolate. HEX triplet: C0, 65 and 18. RGB value is (192,101,24). Sum of RGB (Red+Green+Blue) = 192+101+24=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C06518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06518 is #3F9AE7. Grayscale: #777777. Windows color (decimal): -4168424 or 1598912. OLE color: 1598912.

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

Color convert

RGB 192 101 24 -
CMYK 0 0.47 0.88 0.25
HSL 27.5º 0.78% 0.42% -
HSV(B) 27.5º 0.88% 0.75% -
XYZ 26.56 20.58 3.44 -
YUV 119.43 74.15 179.76 -
System Red Green Blue C M Y K H S L
Decimal 192 101 24 0 0.47 0.88 0.25 27.5 0.78 0.42
Hex C0 65 18 0 2F 58 19 1C 4E 2A
Octal 300 145 30 0 57 130 31 34 116 52
Binary 11000000 1100101 11000 0 101111 1011000 11001 11100 1001110 101010

Color Harmonies of #C06518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06518

Black with #C06518

Text Example


Text Example

White with #C06518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06518; }

 p { color: rgb(192,101,24); }

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

background-color css

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

 a { background-color: rgb(192,101,24); }

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

border-color css

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

 span { border-color: rgb(192,101,24); }

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