Html Css Color HEX #C65411 Tenne (Tawny)

📋 copy color: '#C65411'

red 198 ◦ green 84 ◦ blue 17

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

Shades of Tenne (Tawny) #C65411

Tints of Tenne (Tawny) #C65411

RGB

 RED value IS 198 (77.73% from 255) = 66.22%

 GREEN value IS 84 (33.2% from 255) = 28.09%

 BLUE value IS 17 (7.03% from 255) = 5.69%

R = 66.22%
G = 28.09%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C65411 (or 0xC65411) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 11. RGB value is (198,84,17). Sum of RGB (Red+Green+Blue) = 198+84+17=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C65411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65411 is #39ABEE. Grayscale: #6E6E6E. Windows color (decimal): -3779567 or 1135814. OLE color: 1135814.

HSL color Cylindrical-coordinate representation of color #C65411: hue angle of 22.21º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C65411 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 17 -
CMYK 0 0.58 0.91 0.22
HSL 22.21º 0.84% 0.42% -
HSV(B) 22.21º 0.91% 0.78% -
XYZ 26.56 18.39 2.68 -
YUV 110.45 75.27 190.45 -
System Red Green Blue C M Y K H S L
Decimal 198 84 17 0 0.58 0.91 0.22 22.21 0.84 0.42
Hex C6 54 11 0 3A 5B 16 16 54 2A
Octal 306 124 21 0 72 133 26 26 124 52
Binary 11000110 1010100 10001 0 111010 1011011 10110 10110 1010100 101010

Color Harmonies of #C65411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65411

Black with #C65411

Text Example


Text Example

White with #C65411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65411; }

 p { color: rgb(198,84,17); }

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

background-color css

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

 a { background-color: rgb(198,84,17); }

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

border-color css

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

 span { border-color: rgb(198,84,17); }

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