Html Css Color HEX #C7610A Tenne (Tawny)

📋 copy color: '#C7610A'

red 199 ◦ green 97 ◦ blue 10

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

Shades of Tenne (Tawny) #C7610A

Tints of Tenne (Tawny) #C7610A

RGB

 RED value IS 199 (78.13% from 255) = 65.03%

 GREEN value IS 97 (38.28% from 255) = 31.7%

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

R = 65.03%
G = 31.7%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7610A (or 0xC7610A) is known color: Tenne (Tawny). HEX triplet: C7, 61 and 0A. RGB value is (199,97,10). Sum of RGB (Red+Green+Blue) = 199+97+10=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 10 (4.30% from 255 or 3.27% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C7610A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7610A is #389EF5. Grayscale: #767676. Windows color (decimal): -3710710 or 680391. OLE color: 680391.

HSL color Cylindrical-coordinate representation of color #C7610A: hue angle of 27.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7610A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 10 -
CMYK 0 0.51 0.95 0.22
HSL 27.62º 0.9% 0.41% -
HSV(B) 27.62º 0.95% 0.78% -
XYZ 27.88 20.71 2.82 -
YUV 117.58 67.29 186.07 -
System Red Green Blue C M Y K H S L
Decimal 199 97 10 0 0.51 0.95 0.22 27.62 0.9 0.41
Hex C7 61 A 0 33 5F 16 1C 5A 29
Octal 307 141 12 0 63 137 26 34 132 51
Binary 11000111 1100001 1010 0 110011 1011111 10110 11100 1011010 101001

Color Harmonies of #C7610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7610A

Black with #C7610A

Text Example


Text Example

White with #C7610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7610A; }

 p { color: rgb(199,97,10); }

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

background-color css

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

 a { background-color: rgb(199,97,10); }

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

border-color css

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

 span { border-color: rgb(199,97,10); }

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