Html Css Color HEX #CC6B04 Tenne (Tawny)

📋 copy color: '#CC6B04'

red 204 ◦ green 107 ◦ blue 4

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

Shades of Tenne (Tawny) #CC6B04

Tints of Tenne (Tawny) #CC6B04

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 4 (1.95% from 255) = 1.27%

R = 64.76%
G = 33.97%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC6B04 (or 0xCC6B04) is known color: Tenne (Tawny). HEX triplet: CC, 6B and 04. RGB value is (204,107,4). Sum of RGB (Red+Green+Blue) = 204+107+4=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6B04 is #3394FB. Grayscale: #7C7C7C. Windows color (decimal): -3380476 or 289740. OLE color: 289740.

HSL color Cylindrical-coordinate representation of color #CC6B04: hue angle of 30.9º degrees, saturation: 0.96, 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 #CC6B04 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 107 4 -
CMYK 0 0.48 0.98 0.2
HSL 30.9º 0.96% 0.41% -
HSV(B) 30.9º 0.98% 0.8% -
XYZ 30.18 23.36 3.03 -
YUV 124.26 60.14 184.88 -
System Red Green Blue C M Y K H S L
Decimal 204 107 4 0 0.48 0.98 0.2 30.9 0.96 0.41
Hex CC 6B 4 0 30 62 14 1F 60 29
Octal 314 153 4 0 60 142 24 37 140 51
Binary 11001100 1101011 100 0 110000 1100010 10100 11111 1100000 101001

Color Harmonies of #CC6B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B04

Black with #CC6B04

Text Example


Text Example

White with #CC6B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B04; }

 p { color: rgb(204,107,4); }

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

background-color css

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

 a { background-color: rgb(204,107,4); }

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

border-color css

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

 span { border-color: rgb(204,107,4); }

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