Html Css Color HEX #C3670A Tenne (Tawny)

📋 copy color: '#C3670A'

red 195 ◦ green 103 ◦ blue 10

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

Shades of Tenne (Tawny) #C3670A

Tints of Tenne (Tawny) #C3670A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.25%

R = 63.31%
G = 33.44%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C3670A (or 0xC3670A) is known color: Tenne (Tawny). HEX triplet: C3, 67 and 0A. RGB value is (195,103,10). Sum of RGB (Red+Green+Blue) = 195+103+10=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3670A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3670A is #3C98F5. Grayscale: #787878. Windows color (decimal): -3971318 or 681923. OLE color: 681923.

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

Color convert

RGB 195 103 10 -
CMYK 0 0.47 0.95 0.24
HSL 30.16º 0.9% 0.4% -
HSV(B) 30.16º 0.95% 0.76% -
XYZ 27.41 21.32 2.96 -
YUV 119.91 65.98 181.56 -
System Red Green Blue C M Y K H S L
Decimal 195 103 10 0 0.47 0.95 0.24 30.16 0.9 0.4
Hex C3 67 A 0 2F 5F 18 1E 5A 28
Octal 303 147 12 0 57 137 30 36 132 50
Binary 11000011 1100111 1010 0 101111 1011111 11000 11110 1011010 101000

Color Harmonies of #C3670A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3670A

Black with #C3670A

Text Example


Text Example

White with #C3670A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3670A; }

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

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

background-color css

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

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

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

border-color css

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

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

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