Html Css Color HEX #C96308 Tenne (Tawny)

📋 copy color: '#C96308'

red 201 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #C96308

Tints of Tenne (Tawny) #C96308

RGB

 RED value IS 201 (78.91% from 255) = 65.26%

 GREEN value IS 99 (39.06% from 255) = 32.14%

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

R = 65.26%
G = 32.14%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#C96308 (or 0xC96308) is known color: Tenne (Tawny). HEX triplet: C9, 63 and 08. RGB value is (201,99,8). Sum of RGB (Red+Green+Blue) = 201+99+8=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C96308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96308 is #369CF7. Grayscale: #777777. Windows color (decimal): -3579128 or 549833. OLE color: 549833.

HSL color Cylindrical-coordinate representation of color #C96308: hue angle of 28.29º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C96308 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 99 8 -
CMYK 0 0.51 0.96 0.21
HSL 28.29º 0.92% 0.41% -
HSV(B) 28.29º 0.96% 0.79% -
XYZ 28.59 21.36 2.85 -
YUV 119.12 65.29 186.4 -
System Red Green Blue C M Y K H S L
Decimal 201 99 8 0 0.51 0.96 0.21 28.29 0.92 0.41
Hex C9 63 8 0 33 60 15 1C 5C 29
Octal 311 143 10 0 63 140 25 34 134 51
Binary 11001001 1100011 1000 0 110011 1100000 10101 11100 1011100 101001

Color Harmonies of #C96308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96308

Black with #C96308

Text Example


Text Example

White with #C96308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96308; }

 p { color: rgb(201,99,8); }

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

background-color css

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

 a { background-color: rgb(201,99,8); }

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

border-color css

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

 span { border-color: rgb(201,99,8); }

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