Html Css Color HEX #C06601 Tenne (Tawny)

📋 copy color: '#C06601'

red 192 ◦ green 102 ◦ blue 1

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

Shades of Tenne (Tawny) #C06601

Tints of Tenne (Tawny) #C06601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.58%

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

R = 65.08%
G = 34.58%
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

#C06601 (or 0xC06601) is known color: Tenne (Tawny). HEX triplet: C0, 66 and 01. RGB value is (192,102,1). Sum of RGB (Red+Green+Blue) = 192+102+1=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C06601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06601 is #3F99FE. Grayscale: #757575. Windows color (decimal): -4168191 or 91840. OLE color: 91840.

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

Color convert

RGB 192 102 1 -
CMYK 0 0.47 0.99 0.25
HSL 31.73º 0.99% 0.38% -
HSV(B) 31.73º 0.99% 0.75% -
XYZ 26.5 20.71 2.63 -
YUV 117.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 192 102 1 0 0.47 0.99 0.25 31.73 0.99 0.38
Hex C0 66 1 0 2F 63 19 20 63 26
Octal 300 146 1 0 57 143 31 40 143 46
Binary 11000000 1100110 1 0 101111 1100011 11001 100000 1100011 100110

Color Harmonies of #C06601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06601

Black with #C06601

Text Example


Text Example

White with #C06601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06601; }

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

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

background-color css

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

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

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

border-color css

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

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

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