Html Css Color HEX #691E0C Red Oxide

📋 copy color: '#691E0C'

red 105 ◦ green 30 ◦ blue 12

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

Shades of Red Oxide #691E0C

Tints of Red Oxide #691E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 71.43%
G = 20.41%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#691E0C (or 0x691E0C) is known color: Red Oxide. HEX triplet: 69, 1E and 0C. RGB value is (105,30,12). Sum of RGB (Red+Green+Blue) = 105+30+12=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691E0C is #96E1F3. Grayscale: #323232. Windows color (decimal): -9888244 or 794217. OLE color: 794217.

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

Color convert

RGB 105 30 12 -
CMYK 0 0.71 0.89 0.59
HSL 11.61º 0.79% 0.23% -
HSV(B) 11.61º 0.89% 0.41% -
XYZ 6.36 3.96 0.78 -
YUV 50.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 105 30 12 0 0.71 0.89 0.59 11.61 0.79 0.23
Hex 69 1E C 0 47 59 3B C 4F 17
Octal 151 36 14 0 107 131 73 14 117 27
Binary 1101001 11110 1100 0 1000111 1011001 111011 1100 1001111 10111

Color Harmonies of #691E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E0C

Black with #691E0C

Text Example


Text Example

White with #691E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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