Html Css Color HEX #681B0C Red Oxide

📋 copy color: '#681B0C'

red 104 ◦ green 27 ◦ blue 12

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

Shades of Red Oxide #681B0C

Tints of Red Oxide #681B0C

RGB

 RED value IS 104 (41.02% from 255) = 72.73%

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 72.73%
G = 18.88%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681B0C (or 0x681B0C) is known color: Red Oxide. HEX triplet: 68, 1B and 0C. RGB value is (104,27,12). Sum of RGB (Red+Green+Blue) = 104+27+12=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B0C is #97E4F3. Grayscale: #303030. Windows color (decimal): -9954548 or 793448. OLE color: 793448.

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

Color convert

RGB 104 27 12 -
CMYK 0 0.74 0.88 0.59
HSL 9.78º 0.79% 0.23% -
HSV(B) 9.78º 0.88% 0.41% -
XYZ 6.17 3.75 0.75 -
YUV 48.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 104 27 12 0 0.74 0.88 0.59 9.78 0.79 0.23
Hex 68 1B C 0 4A 58 3B A 4F 17
Octal 150 33 14 0 112 130 73 12 117 27
Binary 1101000 11011 1100 0 1001010 1011000 111011 1010 1001111 10111

Color Harmonies of #681B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B0C

Black with #681B0C

Text Example


Text Example

White with #681B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681B0C; }

 p { color: rgb(104,27,12); }

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

background-color css

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

 a { background-color: rgb(104,27,12); }

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

border-color css

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

 span { border-color: rgb(104,27,12); }

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