Html Css Color HEX #C65401 Tenne (Tawny)

📋 copy color: '#C65401'

red 198 ◦ green 84 ◦ blue 1

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

Shades of Tenne (Tawny) #C65401

Tints of Tenne (Tawny) #C65401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.68%

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

R = 69.96%
G = 29.68%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65401 (or 0xC65401) is known color: Tenne (Tawny). HEX triplet: C6, 54 and 01. RGB value is (198,84,1). Sum of RGB (Red+Green+Blue) = 198+84+1=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C65401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65401 is #39ABFE. Grayscale: #6D6D6D. Windows color (decimal): -3779583 or 87238. OLE color: 87238.

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

Color convert

RGB 198 84 1 -
CMYK 0 0.58 0.99 0.22
HSL 25.28º 0.99% 0.39% -
HSV(B) 25.28º 0.99% 0.78% -
XYZ 26.46 18.35 2.18 -
YUV 108.62 67.27 191.75 -
System Red Green Blue C M Y K H S L
Decimal 198 84 1 0 0.58 0.99 0.22 25.28 0.99 0.39
Hex C6 54 1 0 3A 63 16 19 63 27
Octal 306 124 1 0 72 143 26 31 143 47
Binary 11000110 1010100 1 0 111010 1100011 10110 11001 1100011 100111

Color Harmonies of #C65401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65401

Black with #C65401

Text Example


Text Example

White with #C65401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65401; }

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

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

background-color css

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

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

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

border-color css

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

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

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