Html Css Color HEX #692119 Red Oxide

📋 copy color: '#692119'

red 105 ◦ green 33 ◦ blue 25

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

Shades of Red Oxide #692119

Tints of Red Oxide #692119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.25%

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

R = 64.42%
G = 20.25%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#692119 (or 0x692119) is known color: Red Oxide. HEX triplet: 69, 21 and 19. RGB value is (105,33,25). Sum of RGB (Red+Green+Blue) = 105+33+25=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 33 (13.28% from 255 or 20.25% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #692119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692119 is #96DEE6. Grayscale: #353535. Windows color (decimal): -9887463 or 1646953. OLE color: 1646953.

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

Color convert

RGB 105 33 25 -
CMYK 0 0.69 0.76 0.59
HSL 0.62% 0.25% -
HSV(B) 0.76% 0.41% -
XYZ 6.55 4.16 1.38 -
YUV 53.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 105 33 25 0 0.69 0.76 0.59 6 0.62 0.25
Hex 69 21 19 0 45 4C 3B 6 3E 19
Octal 151 41 31 0 105 114 73 6 76 31
Binary 1101001 100001 11001 0 1000101 1001100 111011 110 111110 11001

Color Harmonies of #692119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692119

Black with #692119

Text Example


Text Example

White with #692119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692119; }

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

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

background-color css

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

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

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

border-color css

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

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

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