Html Css Color HEX #692320 Red Oxide

📋 copy color: '#692320'

red 105 ◦ green 35 ◦ blue 32

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

Shades of Red Oxide #692320

Tints of Red Oxide #692320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 61.05%
G = 20.35%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#692320 (or 0x692320) is known color: Red Oxide. HEX triplet: 69, 23 and 20. RGB value is (105,35,32). Sum of RGB (Red+Green+Blue) = 105+35+32=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #692320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692320 is #96DCDF. Grayscale: #373737. Windows color (decimal): -9886944 or 2106217. OLE color: 2106217.

HSL color Cylindrical-coordinate representation of color #692320: hue angle of 2.47º 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 #692320 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 35 32 -
CMYK 0 0.67 0.70 0.59
HSL 2.47º 0.53% 0.27% -
HSV(B) 2.47º 0.7% 0.41% -
XYZ 6.69 4.31 1.85 -
YUV 55.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 105 35 32 0 0.67 0.70 0.59 2.47 0.53 0.27
Hex 69 23 20 0 43 46 3B 2 35 1B
Octal 151 43 40 0 103 106 73 2 65 33
Binary 1101001 100011 100000 0 1000011 1000110 111011 10 110101 11011

Color Harmonies of #692320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692320

Black with #692320

Text Example


Text Example

White with #692320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692320; }

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

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

background-color css

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

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

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

border-color css

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

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

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