Html Css Color HEX #C06900 Tenne (Tawny)

📋 copy color: '#C06900'

red 192 ◦ green 105 ◦ blue 0

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

Shades of Tenne (Tawny) #C06900

Tints of Tenne (Tawny) #C06900

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.65%
G = 35.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06900 (or 0xC06900) is known color: Tenne (Tawny). HEX triplet: C0, 69 and 00. RGB value is (192,105,0). Sum of RGB (Red+Green+Blue) = 192+105+0=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C06900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06900 is #3F96FF. Grayscale: #777777. Windows color (decimal): -4167424 or 27072. OLE color: 27072.

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

Color convert

RGB 192 105 0 -
CMYK 0 0.45 1 0.25
HSL 32.81º 1% 0.38% -
HSV(B) 32.81º 1% 0.75% -
XYZ 26.79 21.31 2.7 -
YUV 119.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 192 105 0 0 0.45 1 0.25 32.81 1 0.38
Hex C0 69 0 0 2D 64 19 21 64 26
Octal 300 151 0 0 55 144 31 41 144 46
Binary 11000000 1101001 0 0 101101 1100100 11001 100001 1100100 100110

Color Harmonies of #C06900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06900

Black with #C06900

Text Example


Text Example

White with #C06900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06900; }

 p { color: rgb(192,105,0); }

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

background-color css

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

 a { background-color: rgb(192,105,0); }

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

border-color css

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

 span { border-color: rgb(192,105,0); }

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