Html Css Color HEX #691C0C Red Oxide

📋 copy color: '#691C0C'

red 105 ◦ green 28 ◦ blue 12

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

Shades of Red Oxide #691C0C

Tints of Red Oxide #691C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

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

R = 72.41%
G = 19.31%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#691C0C (or 0x691C0C) is known color: Red Oxide. HEX triplet: 69, 1C and 0C. RGB value is (105,28,12). Sum of RGB (Red+Green+Blue) = 105+28+12=145 (19% of max value = 765). Red value is 105 (41.41% from 255 or 72.41% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 105 - color contains mainly: red. Hex color #691C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691C0C is #96E3F3. Grayscale: #313131. Windows color (decimal): -9888756 or 793705. OLE color: 793705.

HSL color Cylindrical-coordinate representation of color #691C0C: hue angle of 10.32º 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 #691C0C is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 28 12 -
CMYK 0 0.73 0.89 0.59
HSL 10.32º 0.79% 0.23% -
HSV(B) 10.32º 0.89% 0.41% -
XYZ 6.31 3.86 0.76 -
YUV 49.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 105 28 12 0 0.73 0.89 0.59 10.32 0.79 0.23
Hex 69 1C C 0 49 59 3B A 4F 17
Octal 151 34 14 0 111 131 73 12 117 27
Binary 1101001 11100 1100 0 1001001 1011001 111011 1010 1001111 10111

Color Harmonies of #691C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C0C

Black with #691C0C

Text Example


Text Example

White with #691C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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