Html Css Color HEX #6C221A Red Oxide

📋 copy color: '#6C221A'

red 108 ◦ green 34 ◦ blue 26

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

Shades of Red Oxide #6C221A

Tints of Red Oxide #6C221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 20.24%

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

R = 64.29%
G = 20.24%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.58

RGB Variations

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

Color information

#6C221A (or 0x6C221A) is known color: Red Oxide. HEX triplet: 6C, 22 and 1A. RGB value is (108,34,26). Sum of RGB (Red+Green+Blue) = 108+34+26=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C221A is #93DDE5. Grayscale: #373737. Windows color (decimal): -9690598 or 1712748. OLE color: 1712748.

HSL color Cylindrical-coordinate representation of color #6C221A: hue angle of 5.85º 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 #6C221A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 34 26 -
CMYK 0 0.69 0.76 0.58
HSL 5.85º 0.61% 0.26% -
HSV(B) 5.85º 0.76% 0.42% -
XYZ 6.94 4.41 1.46 -
YUV 55.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 108 34 26 0 0.69 0.76 0.58 5.85 0.61 0.26
Hex 6C 22 1A 0 45 4C 3A 6 3D 1A
Octal 154 42 32 0 105 114 72 6 75 32
Binary 1101100 100010 11010 0 1000101 1001100 111010 110 111101 11010

Color Harmonies of #6C221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C221A

Black with #6C221A

Text Example


Text Example

White with #6C221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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