Html Css Color HEX #662725 Red Oxide

📋 copy color: '#662725'

red 102 ◦ green 39 ◦ blue 37

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

Shades of Red Oxide #662725

Tints of Red Oxide #662725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 57.3%
G = 21.91%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#662725 (or 0x662725) is known color: Red Oxide. HEX triplet: 66, 27 and 25. RGB value is (102,39,37). Sum of RGB (Red+Green+Blue) = 102+39+37=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #662725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662725 is #99D8DA. Grayscale: #393939. Windows color (decimal): -10082523 or 2434918. OLE color: 2434918.

HSL color Cylindrical-coordinate representation of color #662725: hue angle of 1.85º 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 #662725 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 39 37 -
CMYK 0 0.62 0.64 0.6
HSL 1.85º 0.47% 0.27% -
HSV(B) 1.85º 0.64% 0.4% -
XYZ 6.54 4.41 2.26 -
YUV 57.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 102 39 37 0 0.62 0.64 0.6 1.85 0.47 0.27
Hex 66 27 25 0 3E 40 3C 2 2F 1B
Octal 146 47 45 0 76 100 74 2 57 33
Binary 1100110 100111 100101 0 111110 1000000 111100 10 101111 11011

Color Harmonies of #662725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662725

Black with #662725

Text Example


Text Example

White with #662725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662725; }

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

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

background-color css

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

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

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

border-color css

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

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

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