Html Css Color HEX #662523 Red Oxide

📋 copy color: '#662523'

red 102 ◦ green 37 ◦ blue 35

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

Shades of Red Oxide #662523

Tints of Red Oxide #662523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 58.62%
G = 21.26%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.6

RGB Variations

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

Color information

#662523 (or 0x662523) is known color: Red Oxide. HEX triplet: 66, 25 and 23. RGB value is (102,37,35). Sum of RGB (Red+Green+Blue) = 102+37+35=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #662523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662523 is #99DADC. Grayscale: #383838. Windows color (decimal): -10083037 or 2303334. OLE color: 2303334.

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

Color convert

RGB 102 37 35 -
CMYK 0 0.64 0.66 0.6
HSL 1.79º 0.49% 0.27% -
HSV(B) 1.79º 0.66% 0.4% -
XYZ 6.44 4.27 2.07 -
YUV 56.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 102 37 35 0 0.64 0.66 0.6 1.79 0.49 0.27
Hex 66 25 23 0 40 42 3C 2 31 1B
Octal 146 45 43 0 100 102 74 2 61 33
Binary 1100110 100101 100011 0 1000000 1000010 111100 10 110001 11011

Color Harmonies of #662523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662523

Black with #662523

Text Example


Text Example

White with #662523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662523; }

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

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

background-color css

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

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

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

border-color css

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

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

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