Html Css Color HEX #662825 Red Oxide

📋 copy color: '#662825'

red 102 ◦ green 40 ◦ blue 37

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

Shades of Red Oxide #662825

Tints of Red Oxide #662825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 37 (14.84% from 255) = 20.67%

R = 56.98%
G = 22.35%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#662825 (or 0x662825) is known color: Red Oxide. HEX triplet: 66, 28 and 25. RGB value is (102,40,37). Sum of RGB (Red+Green+Blue) = 102+40+37=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #662825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662825 is #99D7DA. Grayscale: #3A3A3A. Windows color (decimal): -10082267 or 2435174. OLE color: 2435174.

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

Color convert

RGB 102 40 37 -
CMYK 0 0.61 0.64 0.6
HSL 2.77º 0.47% 0.27% -
HSV(B) 2.77º 0.64% 0.4% -
XYZ 6.57 4.48 2.27 -
YUV 58.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 102 40 37 0 0.61 0.64 0.6 2.77 0.47 0.27
Hex 66 28 25 0 3D 40 3C 3 2F 1B
Octal 146 50 45 0 75 100 74 3 57 33
Binary 1100110 101000 100101 0 111101 1000000 111100 11 101111 11011

Color Harmonies of #662825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662825

Black with #662825

Text Example


Text Example

White with #662825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662825; }

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

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

background-color css

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

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

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

border-color css

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

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

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