Html Css Color HEX #C65101 Tenne (Tawny)

📋 copy color: '#C65101'

red 198 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #C65101

Tints of Tenne (Tawny) #C65101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 70.71%
G = 28.93%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65101 (or 0xC65101) is known color: Tenne (Tawny). HEX triplet: C6, 51 and 01. RGB value is (198,81,1). Sum of RGB (Red+Green+Blue) = 198+81+1=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C65101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65101 is #39AEFE. Grayscale: #6B6B6B. Windows color (decimal): -3780351 or 86470. OLE color: 86470.

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

Color convert

RGB 198 81 1 -
CMYK 0 0.59 0.99 0.22
HSL 24.37º 0.99% 0.39% -
HSV(B) 24.37º 0.99% 0.78% -
XYZ 26.24 17.89 2.1 -
YUV 106.86 68.26 193 -
System Red Green Blue C M Y K H S L
Decimal 198 81 1 0 0.59 0.99 0.22 24.37 0.99 0.39
Hex C6 51 1 0 3B 63 16 18 63 27
Octal 306 121 1 0 73 143 26 30 143 47
Binary 11000110 1010001 1 0 111011 1100011 10110 11000 1100011 100111

Color Harmonies of #C65101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65101

Black with #C65101

Text Example


Text Example

White with #C65101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65101; }

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

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

background-color css

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

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

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

border-color css

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

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

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