Html Css Color HEX #662321 Red Oxide

📋 copy color: '#662321'

red 102 ◦ green 35 ◦ blue 33

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

Shades of Red Oxide #662321

Tints of Red Oxide #662321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 60%
G = 20.59%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#662321 (or 0x662321) is known color: Red Oxide. HEX triplet: 66, 23 and 21. RGB value is (102,35,33). Sum of RGB (Red+Green+Blue) = 102+35+33=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #662321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662321 is #99DCDE. Grayscale: #363636. Windows color (decimal): -10083551 or 2171750. OLE color: 2171750.

HSL color Cylindrical-coordinate representation of color #662321: hue angle of 1.74º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #662321 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 33 -
CMYK 0 0.66 0.68 0.6
HSL 1.74º 0.51% 0.26% -
HSV(B) 1.74º 0.68% 0.4% -
XYZ 6.36 4.14 1.9 -
YUV 54.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 102 35 33 0 0.66 0.68 0.6 1.74 0.51 0.26
Hex 66 23 21 0 42 44 3C 2 33 1A
Octal 146 43 41 0 102 104 74 2 63 32
Binary 1100110 100011 100001 0 1000010 1000100 111100 10 110011 11010

Color Harmonies of #662321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662321

Black with #662321

Text Example


Text Example

White with #662321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662321; }

 p { color: rgb(102,35,33); }

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

background-color css

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

 a { background-color: rgb(102,35,33); }

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

border-color css

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

 span { border-color: rgb(102,35,33); }

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