Html Css Color HEX #C66503 Tenne (Tawny)

📋 copy color: '#C66503'

red 198 ◦ green 101 ◦ blue 3

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

Shades of Tenne (Tawny) #C66503

Tints of Tenne (Tawny) #C66503

RGB

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

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

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

R = 65.56%
G = 33.44%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C66503 (or 0xC66503) is known color: Tenne (Tawny). HEX triplet: C6, 65 and 03. RGB value is (198,101,3). Sum of RGB (Red+Green+Blue) = 198+101+3=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 3 (1.56% from 255 or 0.99% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C66503 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66503 is #399AFC. Grayscale: #777777. Windows color (decimal): -3775229 or 222662. OLE color: 222662.

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

Color convert

RGB 198 101 3 -
CMYK 0 0.49 0.98 0.22
HSL 30.15º 0.97% 0.39% -
HSV(B) 30.15º 0.98% 0.78% -
XYZ 27.96 21.32 2.73 -
YUV 118.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 198 101 3 0 0.49 0.98 0.22 30.15 0.97 0.39
Hex C6 65 3 0 31 62 16 1E 61 27
Octal 306 145 3 0 61 142 26 36 141 47
Binary 11000110 1100101 11 0 110001 1100010 10110 11110 1100001 100111

Color Harmonies of #C66503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66503

Black with #C66503

Text Example


Text Example

White with #C66503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66503; }

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

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

background-color css

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

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

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

border-color css

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

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

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