Html Css Color HEX #C65901 Tenne (Tawny)

📋 copy color: '#C65901'

red 198 ◦ green 89 ◦ blue 1

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

Shades of Tenne (Tawny) #C65901

Tints of Tenne (Tawny) #C65901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 68.75%
G = 30.9%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C65901 (or 0xC65901) is known color: Tenne (Tawny). HEX triplet: C6, 59 and 01. RGB value is (198,89,1). Sum of RGB (Red+Green+Blue) = 198+89+1=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C65901 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65901 is #39A6FE. Grayscale: #707070. Windows color (decimal): -3778303 or 88518. OLE color: 88518.

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

Color convert

RGB 198 89 1 -
CMYK 0 0.55 0.99 0.22
HSL 26.8º 0.99% 0.39% -
HSV(B) 26.8º 0.99% 0.78% -
XYZ 26.87 19.15 2.31 -
YUV 111.56 65.61 189.66 -
System Red Green Blue C M Y K H S L
Decimal 198 89 1 0 0.55 0.99 0.22 26.8 0.99 0.39
Hex C6 59 1 0 37 63 16 1B 63 27
Octal 306 131 1 0 67 143 26 33 143 47
Binary 11000110 1011001 1 0 110111 1100011 10110 11011 1100011 100111

Color Harmonies of #C65901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65901

Black with #C65901

Text Example


Text Example

White with #C65901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65901; }

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

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

background-color css

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

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

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

border-color css

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

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

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