Html Css Color HEX #C7650A Tenne (Tawny)

📋 copy color: '#C7650A'

red 199 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #C7650A

Tints of Tenne (Tawny) #C7650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 64.19%
G = 32.58%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C7650A (or 0xC7650A) is known color: Tenne (Tawny). HEX triplet: C7, 65 and 0A. RGB value is (199,101,10). Sum of RGB (Red+Green+Blue) = 199+101+10=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C7650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C7650A is #389AF5. Grayscale: #787878. Windows color (decimal): -3709686 or 681415. OLE color: 681415.

HSL color Cylindrical-coordinate representation of color #C7650A: hue angle of 28.89º 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 #C7650A is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 101 10 -
CMYK 0 0.49 0.95 0.22
HSL 28.89º 0.9% 0.41% -
HSV(B) 28.89º 0.95% 0.78% -
XYZ 28.26 21.47 2.94 -
YUV 119.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 199 101 10 0 0.49 0.95 0.22 28.89 0.9 0.41
Hex C7 65 A 0 31 5F 16 1D 5A 29
Octal 307 145 12 0 61 137 26 35 132 51
Binary 11000111 1100101 1010 0 110001 1011111 10110 11101 1011010 101001

Color Harmonies of #C7650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7650A

Black with #C7650A

Text Example


Text Example

White with #C7650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7650A; }

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

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

background-color css

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

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

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

border-color css

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

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

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