Html Css Color HEX #C06807 Tenne (Tawny)

📋 copy color: '#C06807'

red 192 ◦ green 104 ◦ blue 7

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

Shades of Tenne (Tawny) #C06807

Tints of Tenne (Tawny) #C06807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.31%

R = 63.37%
G = 34.32%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C06807 (or 0xC06807) is known color: Tenne (Tawny). HEX triplet: C0, 68 and 07. RGB value is (192,104,7). Sum of RGB (Red+Green+Blue) = 192+104+7=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C06807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06807 is #3F97F8. Grayscale: #777777. Windows color (decimal): -4167673 or 485568. OLE color: 485568.

HSL color Cylindrical-coordinate representation of color #C06807: hue angle of 31.46º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C06807 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 7 -
CMYK 0 0.46 0.96 0.25
HSL 31.46º 0.93% 0.39% -
HSV(B) 31.46º 0.96% 0.75% -
XYZ 26.73 21.12 2.87 -
YUV 119.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 192 104 7 0 0.46 0.96 0.25 31.46 0.93 0.39
Hex C0 68 7 0 2E 60 19 1F 5D 27
Octal 300 150 7 0 56 140 31 37 135 47
Binary 11000000 1101000 111 0 101110 1100000 11001 11111 1011101 100111

Color Harmonies of #C06807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06807

Black with #C06807

Text Example


Text Example

White with #C06807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06807; }

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

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

background-color css

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

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

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

border-color css

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

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

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