Html Css Color HEX #68261E Red Oxide

📋 copy color: '#68261E'

red 104 ◦ green 38 ◦ blue 30

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

Shades of Red Oxide #68261E

Tints of Red Oxide #68261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.09%

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 60.47%
G = 22.09%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#68261E (or 0x68261E) is known color: Red Oxide. HEX triplet: 68, 26 and 1E. RGB value is (104,38,30). Sum of RGB (Red+Green+Blue) = 104+38+30=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68261E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68261E is #97D9E1. Grayscale: #383838. Windows color (decimal): -9951714 or 1975912. OLE color: 1975912.

HSL color Cylindrical-coordinate representation of color #68261E: hue angle of 6.49º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68261E is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 30 -
CMYK 0 0.63 0.71 0.59
HSL 6.49º 0.55% 0.26% -
HSV(B) 6.49º 0.71% 0.41% -
XYZ 6.64 4.42 1.73 -
YUV 56.82 112.87 161.65 -
System Red Green Blue C M Y K H S L
Decimal 104 38 30 0 0.63 0.71 0.59 6.49 0.55 0.26
Hex 68 26 1E 0 3F 47 3B 6 37 1A
Octal 150 46 36 0 77 107 73 6 67 32
Binary 1101000 100110 11110 0 111111 1000111 111011 110 110111 11010

Color Harmonies of #68261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68261E

Black with #68261E

Text Example


Text Example

White with #68261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68261E; }

 p { color: rgb(104,38,30); }

 H1.HeaderClassName
 {
   color: #68261E;
 }
 .AnyTagClassName
 {
   color: #68261E;
 }
</style>

background-color css

<style>
 a { background-color: #68261E; }

 a { background-color: rgb(104,38,30); }

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

border-color css

<style>
 span { border-color: #68261E; }

 span { border-color: rgb(104,38,30); }

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