Html Css Color HEX #C65801 Tenne (Tawny)

📋 copy color: '#C65801'

red 198 ◦ green 88 ◦ blue 1

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

Shades of Tenne (Tawny) #C65801

Tints of Tenne (Tawny) #C65801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

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

R = 68.99%
G = 30.66%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65801 (or 0xC65801) is known color: Tenne (Tawny). HEX triplet: C6, 58 and 01. RGB value is (198,88,1). Sum of RGB (Red+Green+Blue) = 198+88+1=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C65801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65801 is #39A7FE. Grayscale: #6F6F6F. Windows color (decimal): -3778559 or 88262. OLE color: 88262.

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

Color convert

RGB 198 88 1 -
CMYK 0 0.56 0.99 0.22
HSL 26.5º 0.99% 0.39% -
HSV(B) 26.5º 0.99% 0.78% -
XYZ 26.78 18.99 2.28 -
YUV 110.97 65.94 190.07 -
System Red Green Blue C M Y K H S L
Decimal 198 88 1 0 0.56 0.99 0.22 26.5 0.99 0.39
Hex C6 58 1 0 38 63 16 1A 63 27
Octal 306 130 1 0 70 143 26 32 143 47
Binary 11000110 1011000 1 0 111000 1100011 10110 11010 1100011 100111

Color Harmonies of #C65801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65801

Black with #C65801

Text Example


Text Example

White with #C65801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65801; }

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

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

background-color css

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

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

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

border-color css

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

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

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