Html Css Color HEX #C06511 Chocolate

📋 copy color: '#C06511'

red 192 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #C06511

Tints of Chocolate #C06511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.48%

R = 61.94%
G = 32.58%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C06511 (or 0xC06511) is known color: Chocolate. HEX triplet: C0, 65 and 11. RGB value is (192,101,17). Sum of RGB (Red+Green+Blue) = 192+101+17=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C06511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06511 is #3F9AEE. Grayscale: #777777. Windows color (decimal): -4168431 or 1140160. OLE color: 1140160.

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

Color convert

RGB 192 101 17 -
CMYK 0 0.47 0.91 0.25
HSL 28.8º 0.84% 0.41% -
HSV(B) 28.8º 0.91% 0.75% -
XYZ 26.49 20.55 3.1 -
YUV 118.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 192 101 17 0 0.47 0.91 0.25 28.8 0.84 0.41
Hex C0 65 11 0 2F 5B 19 1D 54 29
Octal 300 145 21 0 57 133 31 35 124 51
Binary 11000000 1100101 10001 0 101111 1011011 11001 11101 1010100 101001

Color Harmonies of #C06511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06511

Black with #C06511

Text Example


Text Example

White with #C06511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06511; }

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

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

background-color css

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

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

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

border-color css

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

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

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