Html Css Color HEX #6B231C Red Oxide

📋 copy color: '#6B231C'

red 107 ◦ green 35 ◦ blue 28

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

Shades of Red Oxide #6B231C

Tints of Red Oxide #6B231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 62.94%
G = 20.59%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6B231C (or 0x6B231C) is known color: Red Oxide. HEX triplet: 6B, 23 and 1C. RGB value is (107,35,28). Sum of RGB (Red+Green+Blue) = 107+35+28=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B231C is #94DCE3. Grayscale: #373737. Windows color (decimal): -9755876 or 1844075. OLE color: 1844075.

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

Color convert

RGB 107 35 28 -
CMYK 0 0.67 0.74 0.58
HSL 5.32º 0.59% 0.26% -
HSV(B) 5.32º 0.74% 0.42% -
XYZ 6.87 4.41 1.59 -
YUV 55.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 107 35 28 0 0.67 0.74 0.58 5.32 0.59 0.26
Hex 6B 23 1C 0 43 4A 3A 5 3B 1A
Octal 153 43 34 0 103 112 72 5 73 32
Binary 1101011 100011 11100 0 1000011 1001010 111010 101 111011 11010

Color Harmonies of #6B231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B231C

Black with #6B231C

Text Example


Text Example

White with #6B231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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