Html Css Color HEX #C66701 Tenne (Tawny)

📋 copy color: '#C66701'

red 198 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #C66701

Tints of Tenne (Tawny) #C66701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

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

R = 65.56%
G = 34.11%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C66701 (or 0xC66701) is known color: Tenne (Tawny). HEX triplet: C6, 67 and 01. RGB value is (198,103,1). Sum of RGB (Red+Green+Blue) = 198+103+1=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C66701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66701 is #3998FE. Grayscale: #787878. Windows color (decimal): -3774719 or 92102. OLE color: 92102.

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

Color convert

RGB 198 103 1 -
CMYK 0 0.48 0.99 0.22
HSL 31.07º 0.99% 0.39% -
HSV(B) 31.07º 0.99% 0.78% -
XYZ 28.14 21.71 2.74 -
YUV 119.78 60.97 183.79 -
System Red Green Blue C M Y K H S L
Decimal 198 103 1 0 0.48 0.99 0.22 31.07 0.99 0.39
Hex C6 67 1 0 30 63 16 1F 63 27
Octal 306 147 1 0 60 143 26 37 143 47
Binary 11000110 1100111 1 0 110000 1100011 10110 11111 1100011 100111

Color Harmonies of #C66701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66701

Black with #C66701

Text Example


Text Example

White with #C66701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66701; }

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

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

background-color css

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

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

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

border-color css

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

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

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