Html Css Color HEX #C06508 Tenne (Tawny)

📋 copy color: '#C06508'

red 192 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #C06508

Tints of Tenne (Tawny) #C06508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.55%

 BLUE value IS 8 (3.52% from 255) = 2.66%

R = 63.79%
G = 33.55%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C06508 (or 0xC06508) is known color: Tenne (Tawny). HEX triplet: C0, 65 and 08. RGB value is (192,101,8). Sum of RGB (Red+Green+Blue) = 192+101+8=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 8 (3.52% from 255 or 2.66% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C06508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C06508 is #3F9AF7. Grayscale: #767676. Windows color (decimal): -4168440 or 550336. OLE color: 550336.

HSL color Cylindrical-coordinate representation of color #C06508: hue angle of 30.33º degrees, saturation: 0.92, 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 #C06508 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 8 -
CMYK 0 0.47 0.96 0.25
HSL 30.33º 0.92% 0.39% -
HSV(B) 30.33º 0.96% 0.75% -
XYZ 26.44 20.53 2.8 -
YUV 117.61 66.15 181.06 -
System Red Green Blue C M Y K H S L
Decimal 192 101 8 0 0.47 0.96 0.25 30.33 0.92 0.39
Hex C0 65 8 0 2F 60 19 1E 5C 27
Octal 300 145 10 0 57 140 31 36 134 47
Binary 11000000 1100101 1000 0 101111 1100000 11001 11110 1011100 100111

Color Harmonies of #C06508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06508

Black with #C06508

Text Example


Text Example

White with #C06508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06508; }

 p { color: rgb(192,101,8); }

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

background-color css

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

 a { background-color: rgb(192,101,8); }

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

border-color css

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

 span { border-color: rgb(192,101,8); }

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