Html Css Color HEX #661D0A Red Oxide

📋 copy color: '#661D0A'

red 102 ◦ green 29 ◦ blue 10

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

Shades of Red Oxide #661D0A

Tints of Red Oxide #661D0A

RGB

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

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

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

R = 72.34%
G = 20.57%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#661D0A (or 0x661D0A) is known color: Red Oxide. HEX triplet: 66, 1D and 0A. RGB value is (102,29,10). Sum of RGB (Red+Green+Blue) = 102+29+10=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661D0A is #99E2F5. Grayscale: #303030. Windows color (decimal): -10085110 or 662886. OLE color: 662886.

HSL color Cylindrical-coordinate representation of color #661D0A: hue angle of 12.39º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #661D0A is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 29 10 -
CMYK 0 0.72 0.90 0.6
HSL 12.39º 0.82% 0.22% -
HSV(B) 12.39º 0.9% 0.4% -
XYZ 5.97 3.73 0.69 -
YUV 48.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 102 29 10 0 0.72 0.90 0.6 12.39 0.82 0.22
Hex 66 1D A 0 48 5A 3C C 52 16
Octal 146 35 12 0 110 132 74 14 122 26
Binary 1100110 11101 1010 0 1001000 1011010 111100 1100 1010010 10110

Color Harmonies of #661D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D0A

Black with #661D0A

Text Example


Text Example

White with #661D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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