Html Css Color HEX #C26706 Tenne (Tawny)

📋 copy color: '#C26706'

red 194 ◦ green 103 ◦ blue 6

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

Shades of Tenne (Tawny) #C26706

Tints of Tenne (Tawny) #C26706

RGB

 RED value IS 194 (76.17% from 255) = 64.03%

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

 BLUE value IS 6 (2.73% from 255) = 1.98%

R = 64.03%
G = 33.99%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C26706 (or 0xC26706) is known color: Tenne (Tawny). HEX triplet: C2, 67 and 06. RGB value is (194,103,6). Sum of RGB (Red+Green+Blue) = 194+103+6=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C26706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26706 is #3D98F9. Grayscale: #777777. Windows color (decimal): -4036858 or 419778. OLE color: 419778.

HSL color Cylindrical-coordinate representation of color #C26706: hue angle of 30.96º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C26706 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 103 6 -
CMYK 0 0.47 0.97 0.24
HSL 30.96º 0.94% 0.39% -
HSV(B) 30.96º 0.97% 0.76% -
XYZ 27.13 21.18 2.83 -
YUV 119.15 64.15 181.39 -
System Red Green Blue C M Y K H S L
Decimal 194 103 6 0 0.47 0.97 0.24 30.96 0.94 0.39
Hex C2 67 6 0 2F 61 18 1F 5E 27
Octal 302 147 6 0 57 141 30 37 136 47
Binary 11000010 1100111 110 0 101111 1100001 11000 11111 1011110 100111

Color Harmonies of #C26706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26706

Black with #C26706

Text Example


Text Example

White with #C26706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26706; }

 p { color: rgb(194,103,6); }

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

background-color css

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

 a { background-color: rgb(194,103,6); }

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

border-color css

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

 span { border-color: rgb(194,103,6); }

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