Html Css Color HEX #6C241A Red Oxide

📋 copy color: '#6C241A'

red 108 ◦ green 36 ◦ blue 26

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

Shades of Red Oxide #6C241A

Tints of Red Oxide #6C241A

RGB

 RED value IS 108 (42.58% from 255) = 63.53%

 GREEN value IS 36 (14.45% from 255) = 21.18%

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

R = 63.53%
G = 21.18%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C241A (or 0x6C241A) is known color: Red Oxide. HEX triplet: 6C, 24 and 1A. RGB value is (108,36,26). Sum of RGB (Red+Green+Blue) = 108+36+26=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C241A is #93DBE5. Grayscale: #383838. Windows color (decimal): -9690086 or 1713260. OLE color: 1713260.

HSL color Cylindrical-coordinate representation of color #6C241A: hue angle of 7.32º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C241A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 36 26 -
CMYK 0 0.67 0.76 0.58
HSL 7.32º 0.61% 0.26% -
HSV(B) 7.32º 0.76% 0.42% -
XYZ 7 4.52 1.48 -
YUV 56.39 110.85 164.81 -
System Red Green Blue C M Y K H S L
Decimal 108 36 26 0 0.67 0.76 0.58 7.32 0.61 0.26
Hex 6C 24 1A 0 43 4C 3A 7 3D 1A
Octal 154 44 32 0 103 114 72 7 75 32
Binary 1101100 100100 11010 0 1000011 1001100 111010 111 111101 11010

Color Harmonies of #6C241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C241A

Black with #6C241A

Text Example


Text Example

White with #6C241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C241A; }

 p { color: rgb(108,36,26); }

 H1.HeaderClassName
 {
   color: #6C241A;
 }
 .AnyTagClassName
 {
   color: #6C241A;
 }
</style>

background-color css

<style>
 a { background-color: #6C241A; }

 a { background-color: rgb(108,36,26); }

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

border-color css

<style>
 span { border-color: #6C241A; }

 span { border-color: rgb(108,36,26); }

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