Html Css Color HEX #C26604 Tenne (Tawny)

📋 copy color: '#C26604'

red 194 ◦ green 102 ◦ blue 4

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

Shades of Tenne (Tawny) #C26604

Tints of Tenne (Tawny) #C26604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 64.67%
G = 34%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C26604 (or 0xC26604) is known color: Tenne (Tawny). HEX triplet: C2, 66 and 04. RGB value is (194,102,4). Sum of RGB (Red+Green+Blue) = 194+102+4=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C26604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C26604 is #3D99FB. Grayscale: #767676. Windows color (decimal): -4037116 or 288450. OLE color: 288450.

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

Color convert

RGB 194 102 4 -
CMYK 0 0.47 0.98 0.24
HSL 30.95º 0.96% 0.39% -
HSV(B) 30.95º 0.98% 0.76% -
XYZ 27.02 20.98 2.74 -
YUV 118.34 63.48 181.97 -
System Red Green Blue C M Y K H S L
Decimal 194 102 4 0 0.47 0.98 0.24 30.95 0.96 0.39
Hex C2 66 4 0 2F 62 18 1F 60 27
Octal 302 146 4 0 57 142 30 37 140 47
Binary 11000010 1100110 100 0 101111 1100010 11000 11111 1100000 100111

Color Harmonies of #C26604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26604

Black with #C26604

Text Example


Text Example

White with #C26604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26604; }

 p { color: rgb(194,102,4); }

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

background-color css

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

 a { background-color: rgb(194,102,4); }

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

border-color css

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

 span { border-color: rgb(194,102,4); }

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