Html Css Color HEX #CC6B07 Tenne (Tawny)

📋 copy color: '#CC6B07'

red 204 ◦ green 107 ◦ blue 7

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

Shades of Tenne (Tawny) #CC6B07

Tints of Tenne (Tawny) #CC6B07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.2%

R = 64.15%
G = 33.65%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC6B07 (or 0xCC6B07) is known color: Tenne (Tawny). HEX triplet: CC, 6B and 07. RGB value is (204,107,7). Sum of RGB (Red+Green+Blue) = 204+107+7=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6B07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6B07 is #3394F8. Grayscale: #7D7D7D. Windows color (decimal): -3380473 or 486348. OLE color: 486348.

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

Color convert

RGB 204 107 7 -
CMYK 0 0.48 0.97 0.2
HSL 30.46º 0.93% 0.41% -
HSV(B) 30.46º 0.97% 0.8% -
XYZ 30.2 23.37 3.12 -
YUV 124.6 61.64 184.63 -
System Red Green Blue C M Y K H S L
Decimal 204 107 7 0 0.48 0.97 0.2 30.46 0.93 0.41
Hex CC 6B 7 0 30 61 14 1E 5D 29
Octal 314 153 7 0 60 141 24 36 135 51
Binary 11001100 1101011 111 0 110000 1100001 10100 11110 1011101 101001

Color Harmonies of #CC6B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6B07

Black with #CC6B07

Text Example


Text Example

White with #CC6B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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