Html Css Color HEX #6B231A Red Oxide

📋 copy color: '#6B231A'

red 107 ◦ green 35 ◦ blue 26

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

Shades of Red Oxide #6B231A

Tints of Red Oxide #6B231A

RGB

 RED value IS 107 (42.19% from 255) = 63.69%

 GREEN value IS 35 (14.06% from 255) = 20.83%

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

R = 63.69%
G = 20.83%
B = 15.48%

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

#6B231A (or 0x6B231A) is known color: Red Oxide. HEX triplet: 6B, 23 and 1A. RGB value is (107,35,26). Sum of RGB (Red+Green+Blue) = 107+35+26=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 26 (10.55% from 255 or 15.48% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B231A is #94DCE5. Grayscale: #373737. Windows color (decimal): -9755878 or 1713003. OLE color: 1713003.

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

Color convert

RGB 107 35 26 -
CMYK 0 0.67 0.76 0.58
HSL 6.67º 0.61% 0.26% -
HSV(B) 6.67º 0.76% 0.42% -
XYZ 6.85 4.4 1.47 -
YUV 55.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 107 35 26 0 0.67 0.76 0.58 6.67 0.61 0.26
Hex 6B 23 1A 0 43 4C 3A 7 3D 1A
Octal 153 43 32 0 103 114 72 7 75 32
Binary 1101011 100011 11010 0 1000011 1001100 111010 111 111101 11010

Color Harmonies of #6B231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B231A

Black with #6B231A

Text Example


Text Example

White with #6B231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,35,26); }

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

background-color css

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

 a { background-color: rgb(107,35,26); }

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

border-color css

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

 span { border-color: rgb(107,35,26); }

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