Html Css Color HEX #C66100 Tenne (Tawny)

📋 copy color: '#C66100'

red 198 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #C66100

Tints of Tenne (Tawny) #C66100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.12%
G = 32.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C66100 (or 0xC66100) is known color: Tenne (Tawny). HEX triplet: C6, 61 and 00. RGB value is (198,97,0). Sum of RGB (Red+Green+Blue) = 198+97+0=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C66100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66100 is #399EFF. Grayscale: #747474. Windows color (decimal): -3776256 or 25030. OLE color: 25030.

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

Color convert

RGB 198 97 0 -
CMYK 0 0.51 1 0.22
HSL 29.39º 1% 0.39% -
HSV(B) 29.39º 1% 0.78% -
XYZ 27.56 20.56 2.51 -
YUV 116.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 198 97 0 0 0.51 1 0.22 29.39 1 0.39
Hex C6 61 0 0 33 64 16 1D 64 27
Octal 306 141 0 0 63 144 26 35 144 47
Binary 11000110 1100001 0 0 110011 1100100 10110 11101 1100100 100111

Color Harmonies of #C66100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66100

Black with #C66100

Text Example


Text Example

White with #C66100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66100; }

 p { color: rgb(198,97,0); }

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

background-color css

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

 a { background-color: rgb(198,97,0); }

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

border-color css

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

 span { border-color: rgb(198,97,0); }

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