Html Css Color HEX #662522 Red Oxide

📋 copy color: '#662522'

red 102 ◦ green 37 ◦ blue 34

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

Shades of Red Oxide #662522

Tints of Red Oxide #662522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.39%

 BLUE value IS 34 (13.67% from 255) = 19.65%

R = 58.96%
G = 21.39%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#662522 (or 0x662522) is known color: Red Oxide. HEX triplet: 66, 25 and 22. RGB value is (102,37,34). Sum of RGB (Red+Green+Blue) = 102+37+34=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #662522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662522 is #99DADD. Grayscale: #383838. Windows color (decimal): -10083038 or 2237798. OLE color: 2237798.

HSL color Cylindrical-coordinate representation of color #662522: hue angle of 2.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #662522 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 37 34 -
CMYK 0 0.64 0.67 0.6
HSL 2.65º 0.5% 0.27% -
HSV(B) 2.65º 0.67% 0.4% -
XYZ 6.43 4.26 2 -
YUV 56.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 102 37 34 0 0.64 0.67 0.6 2.65 0.5 0.27
Hex 66 25 22 0 40 43 3C 3 32 1B
Octal 146 45 42 0 100 103 74 3 62 33
Binary 1100110 100101 100010 0 1000000 1000011 111100 11 110010 11011

Color Harmonies of #662522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662522

Black with #662522

Text Example


Text Example

White with #662522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662522; }

 p { color: rgb(102,37,34); }

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

background-color css

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

 a { background-color: rgb(102,37,34); }

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

border-color css

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

 span { border-color: rgb(102,37,34); }

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