Html Css Color HEX #C3670D Tenne (Tawny)

📋 copy color: '#C3670D'

red 195 ◦ green 103 ◦ blue 13

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

Shades of Tenne (Tawny) #C3670D

Tints of Tenne (Tawny) #C3670D

RGB

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

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

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

R = 62.7%
G = 33.12%
B = 4.18%

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

#C3670D (or 0xC3670D) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 0D. RGB value is (195,103,13). Sum of RGB (Red+Green+Blue) = 195+103+13=311 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.70% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 195 - color contains mainly: red. Hex color #C3670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3670D is #3C98F2. Grayscale: #787878. Windows color (decimal): -3971315 or 878531. OLE color: 878531.

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

Color convert

RGB 195 103 13 -
CMYK 0 0.47 0.93 0.24
HSL 29.67º 0.88% 0.41% -
HSV(B) 29.67º 0.93% 0.76% -
XYZ 27.43 21.33 3.05 -
YUV 120.25 67.48 181.32 -
System Red Green Blue C M Y K H S L
Decimal 195 103 13 0 0.47 0.93 0.24 29.67 0.88 0.41
Hex C3 67 D 0 2F 5D 18 1E 58 29
Octal 303 147 15 0 57 135 30 36 130 51
Binary 11000011 1100111 1101 0 101111 1011101 11000 11110 1011000 101001

Color Harmonies of #C3670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3670D

Black with #C3670D

Text Example


Text Example

White with #C3670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3670D; }

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

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

background-color css

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

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

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

border-color css

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

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

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