Html Css Color HEX #C46700 Tenne (Tawny)

📋 copy color: '#C46700'

red 196 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #C46700

Tints of Tenne (Tawny) #C46700

RGB

 RED value IS 196 (76.95% from 255) = 65.55%

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

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

R = 65.55%
G = 34.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C46700 (or 0xC46700) is known color: Tenne (Tawny). HEX triplet: C4, 67 and 00. RGB value is (196,103,0). Sum of RGB (Red+Green+Blue) = 196+103+0=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C46700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46700 is #3B98FF. Grayscale: #777777. Windows color (decimal): -3905792 or 26564. OLE color: 26564.

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

Color convert

RGB 196 103 0 -
CMYK 0 0.47 1 0.23
HSL 31.53º 1% 0.38% -
HSV(B) 31.53º 1% 0.77% -
XYZ 27.62 21.44 2.68 -
YUV 119.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 196 103 0 0 0.47 1 0.23 31.53 1 0.38
Hex C4 67 0 0 2F 64 17 20 64 26
Octal 304 147 0 0 57 144 27 40 144 46
Binary 11000100 1100111 0 0 101111 1100100 10111 100000 1100100 100110

Color Harmonies of #C46700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46700

Black with #C46700

Text Example


Text Example

White with #C46700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46700; }

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

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

background-color css

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

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

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

border-color css

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

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

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