Html Css Color HEX #C06700 Tenne (Tawny)

📋 copy color: '#C06700'

red 192 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #C06700

Tints of Tenne (Tawny) #C06700

RGB

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

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

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

R = 65.08%
G = 34.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#C06700 (or 0xC06700) is known color: Tenne (Tawny). HEX triplet: C0, 67 and 00. RGB value is (192,103,0). Sum of RGB (Red+Green+Blue) = 192+103+0=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C06700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06700 is #3F98FF. Grayscale: #767676. Windows color (decimal): -4167936 or 26560. OLE color: 26560.

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

Color convert

RGB 192 103 0 -
CMYK 0 0.46 1 0.25
HSL 32.19º 1% 0.38% -
HSV(B) 32.19º 1% 0.75% -
XYZ 26.59 20.91 2.63 -
YUV 117.87 61.49 180.88 -
System Red Green Blue C M Y K H S L
Decimal 192 103 0 0 0.46 1 0.25 32.19 1 0.38
Hex C0 67 0 0 2E 64 19 20 64 26
Octal 300 147 0 0 56 144 31 40 144 46
Binary 11000000 1100111 0 0 101110 1100100 11001 100000 1100100 100110

Color Harmonies of #C06700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06700

Black with #C06700

Text Example


Text Example

White with #C06700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06700; }

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

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

background-color css

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

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

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

border-color css

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

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

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