Html Css Color HEX #D7640B Tenne (Tawny)

📋 copy color: '#D7640B'

red 215 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #D7640B

Tints of Tenne (Tawny) #D7640B

RGB

 RED value IS 215 (84.38% from 255) = 65.95%

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

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

R = 65.95%
G = 30.67%
B = 3.37%

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

#D7640B (or 0xD7640B) is known color: Tenne (Tawny). HEX triplet: D7, 64 and 0B. RGB value is (215,100,11). Sum of RGB (Red+Green+Blue) = 215+100+11=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7640B is #289BF4. Grayscale: #7C7C7C. Windows color (decimal): -2661365 or 746711. OLE color: 746711.

HSL color Cylindrical-coordinate representation of color #D7640B: hue angle of 26.18º 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 #D7640B is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 11 -
CMYK 0 0.53 0.95 0.16
HSL 26.18º 0.9% 0.44% -
HSV(B) 26.18º 0.95% 0.84% -
XYZ 32.64 23.59 3.15 -
YUV 124.24 64.1 192.74 -
System Red Green Blue C M Y K H S L
Decimal 215 100 11 0 0.53 0.95 0.16 26.18 0.9 0.44
Hex D7 64 B 0 35 5F 10 1A 5A 2C
Octal 327 144 13 0 65 137 20 32 132 54
Binary 11010111 1100100 1011 0 110101 1011111 10000 11010 1011010 101100

Color Harmonies of #D7640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7640B

Black with #D7640B

Text Example


Text Example

White with #D7640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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