Html Css Color HEX #C06501 Tenne (Tawny)

📋 copy color: '#C06501'

red 192 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #C06501

Tints of Tenne (Tawny) #C06501

RGB

 RED value IS 192 (75.39% from 255) = 65.31%

 GREEN value IS 101 (39.84% from 255) = 34.35%

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

R = 65.31%
G = 34.35%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06501 (or 0xC06501) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 01. RGB value is (192,101,1). Sum of RGB (Red+Green+Blue) = 192+101+1=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C06501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06501 is #3F9AFE. Grayscale: #757575. Windows color (decimal): -4168447 or 91584. OLE color: 91584.

HSL color Cylindrical-coordinate representation of color #C06501: hue angle of 31.41º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C06501 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 1 -
CMYK 0 0.47 0.99 0.25
HSL 31.41º 0.99% 0.38% -
HSV(B) 31.41º 0.99% 0.75% -
XYZ 26.4 20.52 2.6 -
YUV 116.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 192 101 1 0 0.47 0.99 0.25 31.41 0.99 0.38
Hex C0 65 1 0 2F 63 19 1F 63 26
Octal 300 145 1 0 57 143 31 37 143 46
Binary 11000000 1100101 1 0 101111 1100011 11001 11111 1100011 100110

Color Harmonies of #C06501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06501

Black with #C06501

Text Example


Text Example

White with #C06501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06501; }

 p { color: rgb(192,101,1); }

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

background-color css

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

 a { background-color: rgb(192,101,1); }

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

border-color css

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

 span { border-color: rgb(192,101,1); }

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