Html Css Color HEX #661D13 Red Oxide

📋 copy color: '#661D13'

red 102 ◦ green 29 ◦ blue 19

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

Shades of Red Oxide #661D13

Tints of Red Oxide #661D13

RGB

 RED value IS 102 (40.23% from 255) = 68%

 GREEN value IS 29 (11.72% from 255) = 19.33%

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 68%
G = 19.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.6

RGB Variations

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

Color information

#661D13 (or 0x661D13) is known color: Red Oxide. HEX triplet: 66, 1D and 13. RGB value is (102,29,19). Sum of RGB (Red+Green+Blue) = 102+29+19=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #661D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D13 is #99E2EC. Grayscale: #313131. Windows color (decimal): -10085101 or 1252710. OLE color: 1252710.

HSL color Cylindrical-coordinate representation of color #661D13: hue angle of 7.23º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661D13 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 29 19 -
CMYK 0 0.72 0.81 0.6
HSL 7.23º 0.69% 0.24% -
HSV(B) 7.23º 0.81% 0.4% -
XYZ 6.04 3.75 1.02 -
YUV 49.69 110.68 165.31 -
System Red Green Blue C M Y K H S L
Decimal 102 29 19 0 0.72 0.81 0.6 7.23 0.69 0.24
Hex 66 1D 13 0 48 51 3C 7 45 18
Octal 146 35 23 0 110 121 74 7 105 30
Binary 1100110 11101 10011 0 1001000 1010001 111100 111 1000101 11000

Color Harmonies of #661D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D13

Black with #661D13

Text Example


Text Example

White with #661D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661D13; }

 p { color: rgb(102,29,19); }

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

background-color css

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

 a { background-color: rgb(102,29,19); }

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

border-color css

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

 span { border-color: rgb(102,29,19); }

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