Html Css Color HEX #C3680D Chocolate

📋 copy color: '#C3680D'

red 195 ◦ green 104 ◦ blue 13

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

Shades of Chocolate #C3680D

Tints of Chocolate #C3680D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 62.5%
G = 33.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3680D (or 0xC3680D) is known color: Chocolate. HEX triplet: C3, 68 and 0D. RGB value is (195,104,13). Sum of RGB (Red+Green+Blue) = 195+104+13=312 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.5% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 195 - color contains mainly: red. Hex color #C3680D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3680D is #3C97F2. Grayscale: #797979. Windows color (decimal): -3971059 or 878787. OLE color: 878787.

HSL color Cylindrical-coordinate representation of color #C3680D: hue angle of 30º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3680D is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 104 13 -
CMYK 0 0.47 0.93 0.24
HSL 30º 0.88% 0.41% -
HSV(B) 30º 0.93% 0.76% -
XYZ 27.53 21.53 3.09 -
YUV 120.84 67.15 180.9 -
System Red Green Blue C M Y K H S L
Decimal 195 104 13 0 0.47 0.93 0.24 30 0.88 0.41
Hex C3 68 D 0 2F 5D 18 1E 58 29
Octal 303 150 15 0 57 135 30 36 130 51
Binary 11000011 1101000 1101 0 101111 1011101 11000 11110 1011000 101001

Color Harmonies of #C3680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3680D

Black with #C3680D

Text Example


Text Example

White with #C3680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3680D; }

 p { color: rgb(195,104,13); }

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

background-color css

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

 a { background-color: rgb(195,104,13); }

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

border-color css

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

 span { border-color: rgb(195,104,13); }

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