Html Css Color HEX #C36613 Chocolate

📋 copy color: '#C36613'

red 195 ◦ green 102 ◦ blue 19

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

Shades of Chocolate #C36613

Tints of Chocolate #C36613

RGB

 RED value IS 195 (76.56% from 255) = 61.71%

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 61.71%
G = 32.28%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C36613 (or 0xC36613) is known color: Chocolate. HEX triplet: C3, 66 and 13. RGB value is (195,102,19). Sum of RGB (Red+Green+Blue) = 195+102+19=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C36613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C36613 is #3C99EC. Grayscale: #787878. Windows color (decimal): -3971565 or 1271491. OLE color: 1271491.

HSL color Cylindrical-coordinate representation of color #C36613: hue angle of 28.3º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C36613 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 102 19 -
CMYK 0 0.48 0.90 0.24
HSL 28.3º 0.82% 0.42% -
HSV(B) 28.3º 0.9% 0.76% -
XYZ 27.37 21.15 3.26 -
YUV 120.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 195 102 19 0 0.48 0.90 0.24 28.3 0.82 0.42
Hex C3 66 13 0 30 5A 18 1C 52 2A
Octal 303 146 23 0 60 132 30 34 122 52
Binary 11000011 1100110 10011 0 110000 1011010 11000 11100 1010010 101010

Color Harmonies of #C36613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36613

Black with #C36613

Text Example


Text Example

White with #C36613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36613; }

 p { color: rgb(195,102,19); }

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

background-color css

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

 a { background-color: rgb(195,102,19); }

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

border-color css

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

 span { border-color: rgb(195,102,19); }

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