Html Css Color HEX #C3670B Tenne (Tawny)

📋 copy color: '#C3670B'

red 195 ◦ green 103 ◦ blue 11

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

Shades of Tenne (Tawny) #C3670B

Tints of Tenne (Tawny) #C3670B

RGB

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

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

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

R = 63.11%
G = 33.33%
B = 3.56%

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

#C3670B (or 0xC3670B) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 0B. RGB value is (195,103,11). Sum of RGB (Red+Green+Blue) = 195+103+11=309 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.11% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 195 - color contains mainly: red. Hex color #C3670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3670B is #3C98F4. Grayscale: #787878. Windows color (decimal): -3971317 or 747459. OLE color: 747459.

HSL color Cylindrical-coordinate representation of color #C3670B: hue angle of 30º 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 #C3670B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 103 11 -
CMYK 0 0.47 0.94 0.24
HSL 30º 0.89% 0.4% -
HSV(B) 30º 0.94% 0.76% -
XYZ 27.42 21.33 2.99 -
YUV 120.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 195 103 11 0 0.47 0.94 0.24 30 0.89 0.4
Hex C3 67 B 0 2F 5E 18 1E 59 28
Octal 303 147 13 0 57 136 30 36 131 50
Binary 11000011 1100111 1011 0 101111 1011110 11000 11110 1011001 101000

Color Harmonies of #C3670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3670B

Black with #C3670B

Text Example


Text Example

White with #C3670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3670B; }

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

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

background-color css

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

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

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

border-color css

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

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

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