Html Css Color HEX #681B16 Red Oxide

📋 copy color: '#681B16'

red 104 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #681B16

Tints of Red Oxide #681B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.38%

R = 67.97%
G = 17.65%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#681B16 (or 0x681B16) is known color: Red Oxide. HEX triplet: 68, 1B and 16. RGB value is (104,27,22). Sum of RGB (Red+Green+Blue) = 104+27+22=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #681B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B16 is #97E4E9. Grayscale: #313131. Windows color (decimal): -9954538 or 1448808. OLE color: 1448808.

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

Color convert

RGB 104 27 22 -
CMYK 0 0.74 0.79 0.59
HSL 3.66º 0.65% 0.25% -
HSV(B) 3.66º 0.79% 0.41% -
XYZ 6.25 3.78 1.16 -
YUV 49.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 104 27 22 0 0.74 0.79 0.59 3.66 0.65 0.25
Hex 68 1B 16 0 4A 4F 3B 4 41 19
Octal 150 33 26 0 112 117 73 4 101 31
Binary 1101000 11011 10110 0 1001010 1001111 111011 100 1000001 11001

Color Harmonies of #681B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B16

Black with #681B16

Text Example


Text Example

White with #681B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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