Html Css Color HEX #692219 Red Oxide

📋 copy color: '#692219'

red 105 ◦ green 34 ◦ blue 25

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

Shades of Red Oxide #692219

Tints of Red Oxide #692219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.73%

 BLUE value IS 25 (10.16% from 255) = 15.24%

R = 64.02%
G = 20.73%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#692219 (or 0x692219) is known color: Red Oxide. HEX triplet: 69, 22 and 19. RGB value is (105,34,25). Sum of RGB (Red+Green+Blue) = 105+34+25=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #692219 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692219 is #96DDE6. Grayscale: #363636. Windows color (decimal): -9887207 or 1647209. OLE color: 1647209.

HSL color Cylindrical-coordinate representation of color #692219: hue angle of 6.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #692219 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 34 25 -
CMYK 0 0.68 0.76 0.59
HSL 6.75º 0.62% 0.25% -
HSV(B) 6.75º 0.76% 0.41% -
XYZ 6.57 4.22 1.39 -
YUV 54.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 105 34 25 0 0.68 0.76 0.59 6.75 0.62 0.25
Hex 69 22 19 0 44 4C 3B 7 3E 19
Octal 151 42 31 0 104 114 73 7 76 31
Binary 1101001 100010 11001 0 1000100 1001100 111011 111 111110 11001

Color Harmonies of #692219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692219

Black with #692219

Text Example


Text Example

White with #692219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692219; }

 p { color: rgb(105,34,25); }

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

background-color css

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

 a { background-color: rgb(105,34,25); }

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

border-color css

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

 span { border-color: rgb(105,34,25); }

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