Html Css Color HEX #CC6A03 Tenne (Tawny)

📋 copy color: '#CC6A03'

red 204 ◦ green 106 ◦ blue 3

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

Shades of Tenne (Tawny) #CC6A03

Tints of Tenne (Tawny) #CC6A03

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.87%

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 65.18%
G = 33.87%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC6A03 (or 0xCC6A03) is known color: Tenne (Tawny). HEX triplet: CC, 6A and 03. RGB value is (204,106,3). Sum of RGB (Red+Green+Blue) = 204+106+3=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6A03 is #3395FC. Grayscale: #7C7C7C. Windows color (decimal): -3380733 or 223948. OLE color: 223948.

HSL color Cylindrical-coordinate representation of color #CC6A03: hue angle of 30.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC6A03 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 3 -
CMYK 0 0.48 0.99 0.2
HSL 30.75º 0.97% 0.41% -
HSV(B) 30.75º 0.99% 0.8% -
XYZ 30.07 23.15 2.97 -
YUV 123.56 59.97 185.38 -
System Red Green Blue C M Y K H S L
Decimal 204 106 3 0 0.48 0.99 0.2 30.75 0.97 0.41
Hex CC 6A 3 0 30 63 14 1F 61 29
Octal 314 152 3 0 60 143 24 37 141 51
Binary 11001100 1101010 11 0 110000 1100011 10100 11111 1100001 101001

Color Harmonies of #CC6A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A03

Black with #CC6A03

Text Example


Text Example

White with #CC6A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A03; }

 p { color: rgb(204,106,3); }

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

background-color css

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

 a { background-color: rgb(204,106,3); }

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

border-color css

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

 span { border-color: rgb(204,106,3); }

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