Html Css Color HEX #C06701 Tenne (Tawny)

📋 copy color: '#C06701'

red 192 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #C06701

Tints of Tenne (Tawny) #C06701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.8%

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

R = 64.86%
G = 34.8%
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

#C06701 (or 0xC06701) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 01. RGB value is (192,103,1). Sum of RGB (Red+Green+Blue) = 192+103+1=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C06701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06701 is #3F98FE. Grayscale: #767676. Windows color (decimal): -4167935 or 92096. OLE color: 92096.

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

Color convert

RGB 192 103 1 -
CMYK 0 0.46 0.99 0.25
HSL 32.04º 0.99% 0.38% -
HSV(B) 32.04º 0.99% 0.75% -
XYZ 26.59 20.91 2.66 -
YUV 117.98 61.99 180.79 -
System Red Green Blue C M Y K H S L
Decimal 192 103 1 0 0.46 0.99 0.25 32.04 0.99 0.38
Hex C0 67 1 0 2E 63 19 20 63 26
Octal 300 147 1 0 56 143 31 40 143 46
Binary 11000000 1100111 1 0 101110 1100011 11001 100000 1100011 100110

Color Harmonies of #C06701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06701

Black with #C06701

Text Example


Text Example

White with #C06701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06701; }

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

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

background-color css

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

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

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

border-color css

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

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

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