Html Css Color HEX #CC6308 Tenne (Tawny)

📋 copy color: '#CC6308'

red 204 ◦ green 99 ◦ blue 8

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

Shades of Tenne (Tawny) #CC6308

Tints of Tenne (Tawny) #CC6308

RGB

 RED value IS 204 (80.08% from 255) = 65.59%

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

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

R = 65.59%
G = 31.83%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC6308 (or 0xCC6308) is known color: Tenne (Tawny). HEX triplet: CC, 63 and 08. RGB value is (204,99,8). Sum of RGB (Red+Green+Blue) = 204+99+8=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6308 is #339CF7. Grayscale: #787878. Windows color (decimal): -3382520 or 549836. OLE color: 549836.

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

Color convert

RGB 204 99 8 -
CMYK 0 0.51 0.96 0.2
HSL 27.86º 0.92% 0.42% -
HSV(B) 27.86º 0.96% 0.8% -
XYZ 29.41 21.78 2.88 -
YUV 120.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 204 99 8 0 0.51 0.96 0.2 27.86 0.92 0.42
Hex CC 63 8 0 33 60 14 1C 5C 2A
Octal 314 143 10 0 63 140 24 34 134 52
Binary 11001100 1100011 1000 0 110011 1100000 10100 11100 1011100 101010

Color Harmonies of #CC6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6308

Black with #CC6308

Text Example


Text Example

White with #CC6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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