Html Css Color HEX #C06801 Tenne (Tawny)

📋 copy color: '#C06801'

red 192 ◦ green 104 ◦ blue 1

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

Shades of Tenne (Tawny) #C06801

Tints of Tenne (Tawny) #C06801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

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

R = 64.65%
G = 35.02%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C06801 (or 0xC06801) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 01. RGB value is (192,104,1). Sum of RGB (Red+Green+Blue) = 192+104+1=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C06801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06801 is #3F97FE. Grayscale: #777777. Windows color (decimal): -4167679 or 92352. OLE color: 92352.

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

Color convert

RGB 192 104 1 -
CMYK 0 0.46 0.99 0.25
HSL 32.36º 0.99% 0.38% -
HSV(B) 32.36º 0.99% 0.75% -
XYZ 26.69 21.11 2.7 -
YUV 118.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 192 104 1 0 0.46 0.99 0.25 32.36 0.99 0.38
Hex C0 68 1 0 2E 63 19 20 63 26
Octal 300 150 1 0 56 143 31 40 143 46
Binary 11000000 1101000 1 0 101110 1100011 11001 100000 1100011 100110

Color Harmonies of #C06801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06801

Black with #C06801

Text Example


Text Example

White with #C06801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06801; }

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

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

background-color css

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

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

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

border-color css

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

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

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