Html Css Color HEX #C66303 Tenne (Tawny)

📋 copy color: '#C66303'

red 198 ◦ green 99 ◦ blue 3

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

Shades of Tenne (Tawny) #C66303

Tints of Tenne (Tawny) #C66303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 66%
G = 33%
B = 1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C66303 (or 0xC66303) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 03. RGB value is (198,99,3). Sum of RGB (Red+Green+Blue) = 198+99+3=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C66303 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66303 is #399CFC. Grayscale: #767676. Windows color (decimal): -3775741 or 222150. OLE color: 222150.

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

Color convert

RGB 198 99 3 -
CMYK 0 0.50 0.98 0.22
HSL 29.54º 0.97% 0.39% -
HSV(B) 29.54º 0.98% 0.78% -
XYZ 27.77 20.94 2.66 -
YUV 117.66 63.3 185.31 -
System Red Green Blue C M Y K H S L
Decimal 198 99 3 0 0.50 0.98 0.22 29.54 0.97 0.39
Hex C6 63 3 0 32 62 16 1E 61 27
Octal 306 143 3 0 62 142 26 36 141 47
Binary 11000110 1100011 11 0 110010 1100010 10110 11110 1100001 100111

Color Harmonies of #C66303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66303

Black with #C66303

Text Example


Text Example

White with #C66303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66303; }

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

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

background-color css

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

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

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

border-color css

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

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

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