Html Css Color HEX #C3680B Tenne (Tawny)

📋 copy color: '#C3680B'

red 195 ◦ green 104 ◦ blue 11

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

Shades of Tenne (Tawny) #C3680B

Tints of Tenne (Tawny) #C3680B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 62.9%
G = 33.55%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3680B (or 0xC3680B) is known color: Tenne (Tawny). HEX triplet: C3, 68 and 0B. RGB value is (195,104,11). Sum of RGB (Red+Green+Blue) = 195+104+11=310 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.90% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 195 - color contains mainly: red. Hex color #C3680B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3680B is #3C97F4. Grayscale: #797979. Windows color (decimal): -3971061 or 747715. OLE color: 747715.

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

Color convert

RGB 195 104 11 -
CMYK 0 0.47 0.94 0.24
HSL 30.33º 0.89% 0.4% -
HSV(B) 30.33º 0.94% 0.76% -
XYZ 27.52 21.53 3.02 -
YUV 120.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 195 104 11 0 0.47 0.94 0.24 30.33 0.89 0.4
Hex C3 68 B 0 2F 5E 18 1E 59 28
Octal 303 150 13 0 57 136 30 36 131 50
Binary 11000011 1101000 1011 0 101111 1011110 11000 11110 1011001 101000

Color Harmonies of #C3680B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3680B

Black with #C3680B

Text Example


Text Example

White with #C3680B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3680B; }

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

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

background-color css

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

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

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

border-color css

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

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

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