Html Css Color HEX #D6650A Tenne (Tawny)

📋 copy color: '#D6650A'

red 214 ◦ green 101 ◦ blue 10

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

Shades of Tenne (Tawny) #D6650A

Tints of Tenne (Tawny) #D6650A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 65.85%
G = 31.08%
B = 3.08%

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

#D6650A (or 0xD6650A) is known color: Tenne (Tawny). HEX triplet: D6, 65 and 0A. RGB value is (214,101,10). Sum of RGB (Red+Green+Blue) = 214+101+10=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6650A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6650A is #299AF5. Grayscale: #7C7C7C. Windows color (decimal): -2726646 or 681430. OLE color: 681430.

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

Color convert

RGB 214 101 10 -
CMYK 0 0.53 0.95 0.16
HSL 26.76º 0.91% 0.44% -
HSV(B) 26.76º 0.95% 0.84% -
XYZ 32.44 23.63 3.14 -
YUV 124.41 63.44 191.9 -
System Red Green Blue C M Y K H S L
Decimal 214 101 10 0 0.53 0.95 0.16 26.76 0.91 0.44
Hex D6 65 A 0 35 5F 10 1B 5B 2C
Octal 326 145 12 0 65 137 20 33 133 54
Binary 11010110 1100101 1010 0 110101 1011111 10000 11011 1011011 101100

Color Harmonies of #D6650A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6650A

Black with #D6650A

Text Example


Text Example

White with #D6650A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6650A; }

 p { color: rgb(214,101,10); }

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

background-color css

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

 a { background-color: rgb(214,101,10); }

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

border-color css

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

 span { border-color: rgb(214,101,10); }

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