Html Css Color HEX #C66300 Tenne (Tawny)

📋 copy color: '#C66300'

red 198 ◦ green 99 ◦ blue 0

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

Shades of Tenne (Tawny) #C66300

Tints of Tenne (Tawny) #C66300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C66300 (or 0xC66300) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 00. RGB value is (198,99,0). Sum of RGB (Red+Green+Blue) = 198+99+0=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C66300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66300 is #399CFF. Grayscale: #757575. Windows color (decimal): -3775744 or 25542. OLE color: 25542.

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

Color convert

RGB 198 99 0 -
CMYK 0 0.50 1 0.22
HSL 30º 1% 0.39% -
HSV(B) 30º 1% 0.78% -
XYZ 27.75 20.93 2.58 -
YUV 117.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 198 99 0 0 0.50 1 0.22 30 1 0.39
Hex C6 63 0 0 32 64 16 1E 64 27
Octal 306 143 0 0 62 144 26 36 144 47
Binary 11000110 1100011 0 0 110010 1100100 10110 11110 1100100 100111

Color Harmonies of #C66300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66300

Black with #C66300

Text Example


Text Example

White with #C66300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66300; }

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

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

background-color css

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

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

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

border-color css

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

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

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