Html Css Color HEX #C66307 Tenne (Tawny)

📋 copy color: '#C66307'

red 198 ◦ green 99 ◦ blue 7

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

Shades of Tenne (Tawny) #C66307

Tints of Tenne (Tawny) #C66307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.3%

R = 65.13%
G = 32.57%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C66307 (or 0xC66307) is known color: Tenne (Tawny). HEX triplet: C6, 63 and 07. RGB value is (198,99,7). Sum of RGB (Red+Green+Blue) = 198+99+7=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C66307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66307 is #399CF8. Grayscale: #767676. Windows color (decimal): -3775737 or 484294. OLE color: 484294.

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

Color convert

RGB 198 99 7 -
CMYK 0 0.50 0.96 0.22
HSL 28.9º 0.93% 0.4% -
HSV(B) 28.9º 0.96% 0.78% -
XYZ 27.79 20.94 2.78 -
YUV 118.11 65.3 184.98 -
System Red Green Blue C M Y K H S L
Decimal 198 99 7 0 0.50 0.96 0.22 28.9 0.93 0.4
Hex C6 63 7 0 32 60 16 1D 5D 28
Octal 306 143 7 0 62 140 26 35 135 50
Binary 11000110 1100011 111 0 110010 1100000 10110 11101 1011101 101000

Color Harmonies of #C66307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66307

Black with #C66307

Text Example


Text Example

White with #C66307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66307; }

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

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

background-color css

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

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

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

border-color css

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

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

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