Html Css Color HEX #C66901 Tenne (Tawny)

📋 copy color: '#C66901'

red 198 ◦ green 105 ◦ blue 1

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

Shades of Tenne (Tawny) #C66901

Tints of Tenne (Tawny) #C66901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.54%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 65.13%
G = 34.54%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C66901 (or 0xC66901) is known color: Tenne (Tawny). HEX triplet: C6, 69 and 01. RGB value is (198,105,1). Sum of RGB (Red+Green+Blue) = 198+105+1=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C66901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66901 is #3996FE. Grayscale: #797979. Windows color (decimal): -3774207 or 92614. OLE color: 92614.

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

Color convert

RGB 198 105 1 -
CMYK 0 0.47 0.99 0.22
HSL 31.68º 0.99% 0.39% -
HSV(B) 31.68º 0.99% 0.78% -
XYZ 28.35 22.11 2.8 -
YUV 120.95 60.31 182.96 -
System Red Green Blue C M Y K H S L
Decimal 198 105 1 0 0.47 0.99 0.22 31.68 0.99 0.39
Hex C6 69 1 0 2F 63 16 20 63 27
Octal 306 151 1 0 57 143 26 40 143 47
Binary 11000110 1101001 1 0 101111 1100011 10110 100000 1100011 100111

Color Harmonies of #C66901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66901

Black with #C66901

Text Example


Text Example

White with #C66901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66901; }

 p { color: rgb(198,105,1); }

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

background-color css

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

 a { background-color: rgb(198,105,1); }

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

border-color css

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

 span { border-color: rgb(198,105,1); }

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