Html Css Color HEX #D6640B Tenne (Tawny)

📋 copy color: '#D6640B'

red 214 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #D6640B

Tints of Tenne (Tawny) #D6640B

RGB

 RED value IS 214 (83.98% from 255) = 65.85%

 GREEN value IS 100 (39.45% from 255) = 30.77%

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

R = 65.85%
G = 30.77%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6640B (or 0xD6640B) is known color: Tenne (Tawny). HEX triplet: D6, 64 and 0B. RGB value is (214,100,11). Sum of RGB (Red+Green+Blue) = 214+100+11=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6640B is #299BF4. Grayscale: #7C7C7C. Windows color (decimal): -2726901 or 746710. OLE color: 746710.

HSL color Cylindrical-coordinate representation of color #D6640B: hue angle of 26.31º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6640B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 11 -
CMYK 0 0.53 0.95 0.16
HSL 26.31º 0.9% 0.44% -
HSV(B) 26.31º 0.95% 0.84% -
XYZ 32.35 23.43 3.13 -
YUV 123.94 64.27 192.24 -
System Red Green Blue C M Y K H S L
Decimal 214 100 11 0 0.53 0.95 0.16 26.31 0.9 0.44
Hex D6 64 B 0 35 5F 10 1A 5A 2C
Octal 326 144 13 0 65 137 20 32 132 54
Binary 11010110 1100100 1011 0 110101 1011111 10000 11010 1011010 101100

Color Harmonies of #D6640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6640B

Black with #D6640B

Text Example


Text Example

White with #D6640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6640B; }

 p { color: rgb(214,100,11); }

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

background-color css

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

 a { background-color: rgb(214,100,11); }

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

border-color css

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

 span { border-color: rgb(214,100,11); }

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