Html Css Color HEX #691E1D Red Oxide

📋 copy color: '#691E1D'

red 105 ◦ green 30 ◦ blue 29

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

Shades of Red Oxide #691E1D

Tints of Red Oxide #691E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.29%

 BLUE value IS 29 (11.72% from 255) = 17.68%

R = 64.02%
G = 18.29%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#691E1D (or 0x691E1D) is known color: Red Oxide. HEX triplet: 69, 1E and 1D. RGB value is (105,30,29). Sum of RGB (Red+Green+Blue) = 105+30+29=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #691E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E1D is #96E1E2. Grayscale: #343434. Windows color (decimal): -9888227 or 1908329. OLE color: 1908329.

HSL color Cylindrical-coordinate representation of color #691E1D: hue angle of 0.79º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691E1D is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 30 29 -
CMYK 0 0.71 0.72 0.59
HSL 0.79º 0.57% 0.26% -
HSV(B) 0.79º 0.72% 0.41% -
XYZ 6.51 4.02 1.6 -
YUV 52.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 105 30 29 0 0.71 0.72 0.59 0.79 0.57 0.26
Hex 69 1E 1D 0 47 48 3B 1 39 1A
Octal 151 36 35 0 107 110 73 1 71 32
Binary 1101001 11110 11101 0 1000111 1001000 111011 1 111001 11010

Color Harmonies of #691E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E1D

Black with #691E1D

Text Example


Text Example

White with #691E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691E1D; }

 p { color: rgb(105,30,29); }

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

background-color css

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

 a { background-color: rgb(105,30,29); }

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

border-color css

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

 span { border-color: rgb(105,30,29); }

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