Html Css Color HEX #692520 Red Oxide

📋 copy color: '#692520'

red 105 ◦ green 37 ◦ blue 32

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

Shades of Red Oxide #692520

Tints of Red Oxide #692520

RGB

 RED value IS 105 (41.41% from 255) = 60.34%

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

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 60.34%
G = 21.26%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#692520 (or 0x692520) is known color: Red Oxide. HEX triplet: 69, 25 and 20. RGB value is (105,37,32). Sum of RGB (Red+Green+Blue) = 105+37+32=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #692520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692520 is #96DADF. Grayscale: #383838. Windows color (decimal): -9886432 or 2106729. OLE color: 2106729.

HSL color Cylindrical-coordinate representation of color #692520: hue angle of 4.11º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692520 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 37 32 -
CMYK 0 0.65 0.70 0.59
HSL 4.11º 0.53% 0.27% -
HSV(B) 4.11º 0.7% 0.41% -
XYZ 6.75 4.43 1.87 -
YUV 56.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 105 37 32 0 0.65 0.70 0.59 4.11 0.53 0.27
Hex 69 25 20 0 41 46 3B 4 35 1B
Octal 151 45 40 0 101 106 73 4 65 33
Binary 1101001 100101 100000 0 1000001 1000110 111011 100 110101 11011

Color Harmonies of #692520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692520

Black with #692520

Text Example


Text Example

White with #692520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692520; }

 p { color: rgb(105,37,32); }

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

background-color css

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

 a { background-color: rgb(105,37,32); }

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

border-color css

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

 span { border-color: rgb(105,37,32); }

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