Html Css Color HEX #CC670B Tenne (Tawny)

📋 copy color: '#CC670B'

red 204 ◦ green 103 ◦ blue 11

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

Shades of Tenne (Tawny) #CC670B

Tints of Tenne (Tawny) #CC670B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

 BLUE value IS 11 (4.69% from 255) = 3.46%

R = 64.15%
G = 32.39%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC670B (or 0xCC670B) is known color: Tenne (Tawny). HEX triplet: CC, 67 and 0B. RGB value is (204,103,11). Sum of RGB (Red+Green+Blue) = 204+103+11=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC670B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC670B is #3398F4. Grayscale: #7B7B7B. Windows color (decimal): -3381493 or 747468. OLE color: 747468.

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

Color convert

RGB 204 103 11 -
CMYK 0 0.50 0.95 0.2
HSL 28.6º 0.9% 0.42% -
HSV(B) 28.6º 0.95% 0.8% -
XYZ 29.81 22.56 3.1 -
YUV 122.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 204 103 11 0 0.50 0.95 0.2 28.6 0.9 0.42
Hex CC 67 B 0 32 5F 14 1D 5A 2A
Octal 314 147 13 0 62 137 24 35 132 52
Binary 11001100 1100111 1011 0 110010 1011111 10100 11101 1011010 101010

Color Harmonies of #CC670B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC670B

Black with #CC670B

Text Example


Text Example

White with #CC670B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC670B; }

 p { color: rgb(204,103,11); }

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

background-color css

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

 a { background-color: rgb(204,103,11); }

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

border-color css

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

 span { border-color: rgb(204,103,11); }

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