Html Css Color HEX #C06713 Chocolate

📋 copy color: '#C06713'

red 192 ◦ green 103 ◦ blue 19

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

Shades of Chocolate #C06713

Tints of Chocolate #C06713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.8%

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

R = 61.15%
G = 32.8%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C06713 (or 0xC06713) is known color: Chocolate. HEX triplet: C0, 67 and 13. RGB value is (192,103,19). Sum of RGB (Red+Green+Blue) = 192+103+19=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C06713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06713 is #3F98EC. Grayscale: #787878. Windows color (decimal): -4167917 or 1271744. OLE color: 1271744.

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

Color convert

RGB 192 103 19 -
CMYK 0 0.46 0.90 0.25
HSL 29.13º 0.82% 0.41% -
HSV(B) 29.13º 0.9% 0.75% -
XYZ 26.71 20.95 3.25 -
YUV 120.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 192 103 19 0 0.46 0.90 0.25 29.13 0.82 0.41
Hex C0 67 13 0 2E 5A 19 1D 52 29
Octal 300 147 23 0 56 132 31 35 122 51
Binary 11000000 1100111 10011 0 101110 1011010 11001 11101 1010010 101001

Color Harmonies of #C06713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06713

Black with #C06713

Text Example


Text Example

White with #C06713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06713; }

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

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

background-color css

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

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

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

border-color css

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

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

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