Html Css Color HEX #CC6F05 Tenne (Tawny)

📋 copy color: '#CC6F05'

red 204 ◦ green 111 ◦ blue 5

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

Shades of Tenne (Tawny) #CC6F05

Tints of Tenne (Tawny) #CC6F05

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 63.75%
G = 34.69%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6F05 (or 0xCC6F05) is known color: Tenne (Tawny). HEX triplet: CC, 6F and 05. RGB value is (204,111,5). Sum of RGB (Red+Green+Blue) = 204+111+5=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6F05 is #3390FA. Grayscale: #7F7F7F. Windows color (decimal): -3379451 or 356300. OLE color: 356300.

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

Color convert

RGB 204 111 5 -
CMYK 0 0.46 0.98 0.2
HSL 31.96º 0.95% 0.41% -
HSV(B) 31.96º 0.98% 0.8% -
XYZ 30.61 24.22 3.2 -
YUV 126.72 59.31 183.12 -
System Red Green Blue C M Y K H S L
Decimal 204 111 5 0 0.46 0.98 0.2 31.96 0.95 0.41
Hex CC 6F 5 0 2E 62 14 20 5F 29
Octal 314 157 5 0 56 142 24 40 137 51
Binary 11001100 1101111 101 0 101110 1100010 10100 100000 1011111 101001

Color Harmonies of #CC6F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6F05

Black with #CC6F05

Text Example


Text Example

White with #CC6F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6F05; }

 p { color: rgb(204,111,5); }

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

background-color css

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

 a { background-color: rgb(204,111,5); }

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

border-color css

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

 span { border-color: rgb(204,111,5); }

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