Html Css Color HEX #681B1A Red Oxide

📋 copy color: '#681B1A'

red 104 ◦ green 27 ◦ blue 26

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

Shades of Red Oxide #681B1A

Tints of Red Oxide #681B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.56%

R = 66.24%
G = 17.2%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#681B1A (or 0x681B1A) is known color: Red Oxide. HEX triplet: 68, 1B and 1A. RGB value is (104,27,26). Sum of RGB (Red+Green+Blue) = 104+27+26=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 26 (10.55% from 255 or 16.56% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B1A is #97E4E5. Grayscale: #313131. Windows color (decimal): -9954534 or 1710952. OLE color: 1710952.

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

Color convert

RGB 104 27 26 -
CMYK 0 0.74 0.75 0.59
HSL 0.77º 0.6% 0.25% -
HSV(B) 0.77º 0.75% 0.41% -
XYZ 6.29 3.8 1.38 -
YUV 49.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 104 27 26 0 0.74 0.75 0.59 0.77 0.6 0.25
Hex 68 1B 1A 0 4A 4B 3B 1 3C 19
Octal 150 33 32 0 112 113 73 1 74 31
Binary 1101000 11011 11010 0 1001010 1001011 111011 1 111100 11001

Color Harmonies of #681B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B1A

Black with #681B1A

Text Example


Text Example

White with #681B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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