Html Css Color HEX #690F0C Red Oxide

📋 copy color: '#690F0C'

red 105 ◦ green 15 ◦ blue 12

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

Shades of Red Oxide #690F0C

Tints of Red Oxide #690F0C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.36%

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

R = 79.55%
G = 11.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#690F0C (or 0x690F0C) is known color: Red Oxide. HEX triplet: 69, 0F and 0C. RGB value is (105,15,12). Sum of RGB (Red+Green+Blue) = 105+15+12=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690F0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F0C is #96F0F3. Grayscale: #292929. Windows color (decimal): -9892084 or 790377. OLE color: 790377.

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

Color convert

RGB 105 15 12 -
CMYK 0 0.86 0.89 0.59
HSL 1.94º 0.79% 0.23% -
HSV(B) 1.94º 0.89% 0.41% -
XYZ 6.06 3.37 0.68 -
YUV 41.57 111.32 173.24 -
System Red Green Blue C M Y K H S L
Decimal 105 15 12 0 0.86 0.89 0.59 1.94 0.79 0.23
Hex 69 F C 0 56 59 3B 2 4F 17
Octal 151 17 14 0 126 131 73 2 117 27
Binary 1101001 1111 1100 0 1010110 1011001 111011 10 1001111 10111

Color Harmonies of #690F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F0C

Black with #690F0C

Text Example


Text Example

White with #690F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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