Html Css Color HEX #681B0A Red Oxide

📋 copy color: '#681B0A'

red 104 ◦ green 27 ◦ blue 10

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

Shades of Red Oxide #681B0A

Tints of Red Oxide #681B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.09%

R = 73.76%
G = 19.15%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#681B0A (or 0x681B0A) is known color: Red Oxide. HEX triplet: 68, 1B and 0A. RGB value is (104,27,10). Sum of RGB (Red+Green+Blue) = 104+27+10=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681B0A is #97E4F5. Grayscale: #303030. Windows color (decimal): -9954550 or 662376. OLE color: 662376.

HSL color Cylindrical-coordinate representation of color #681B0A: hue angle of 10.85º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681B0A is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 27 10 -
CMYK 0 0.74 0.90 0.59
HSL 10.85º 0.82% 0.22% -
HSV(B) 10.85º 0.9% 0.41% -
XYZ 6.16 3.75 0.69 -
YUV 48.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 104 27 10 0 0.74 0.90 0.59 10.85 0.82 0.22
Hex 68 1B A 0 4A 5A 3B B 52 16
Octal 150 33 12 0 112 132 73 13 122 26
Binary 1101000 11011 1010 0 1001010 1011010 111011 1011 1010010 10110

Color Harmonies of #681B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681B0A

Black with #681B0A

Text Example


Text Example

White with #681B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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