Html Css Color HEX #C06513 Chocolate

📋 copy color: '#C06513'

red 192 ◦ green 101 ◦ blue 19

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

Shades of Chocolate #C06513

Tints of Chocolate #C06513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.09%

R = 61.54%
G = 32.37%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06513 (or 0xC06513) is known color: Chocolate. HEX triplet: C0, 65 and 13. RGB value is (192,101,19). Sum of RGB (Red+Green+Blue) = 192+101+19=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 19 (7.81% from 255 or 6.09% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C06513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06513 is #3F9AEC. Grayscale: #777777. Windows color (decimal): -4168429 or 1271232. OLE color: 1271232.

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

Color convert

RGB 192 101 19 -
CMYK 0 0.47 0.90 0.25
HSL 28.44º 0.82% 0.41% -
HSV(B) 28.44º 0.9% 0.75% -
XYZ 26.51 20.56 3.19 -
YUV 118.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 192 101 19 0 0.47 0.90 0.25 28.44 0.82 0.41
Hex C0 65 13 0 2F 5A 19 1C 52 29
Octal 300 145 23 0 57 132 31 34 122 51
Binary 11000000 1100101 10011 0 101111 1011010 11001 11100 1010010 101001

Color Harmonies of #C06513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06513

Black with #C06513

Text Example


Text Example

White with #C06513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06513; }

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

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

background-color css

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

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

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

border-color css

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

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

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