Html Css Color HEX #6B231D Red Oxide

📋 copy color: '#6B231D'

red 107 ◦ green 35 ◦ blue 29

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

Shades of Red Oxide #6B231D

Tints of Red Oxide #6B231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.96%

R = 62.57%
G = 20.47%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.58

RGB Variations

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

Color information

#6B231D (or 0x6B231D) is known color: Red Oxide. HEX triplet: 6B, 23 and 1D. RGB value is (107,35,29). Sum of RGB (Red+Green+Blue) = 107+35+29=171 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.57% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 107 - color contains mainly: red. Hex color #6B231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B231D is #94DCE2. Grayscale: #373737. Windows color (decimal): -9755875 or 1909611. OLE color: 1909611.

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

Color convert

RGB 107 35 29 -
CMYK 0 0.67 0.73 0.58
HSL 4.62º 0.57% 0.27% -
HSV(B) 4.62º 0.73% 0.42% -
XYZ 6.89 4.42 1.65 -
YUV 55.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 107 35 29 0 0.67 0.73 0.58 4.62 0.57 0.27
Hex 6B 23 1D 0 43 49 3A 5 39 1B
Octal 153 43 35 0 103 111 72 5 71 33
Binary 1101011 100011 11101 0 1000011 1001001 111010 101 111001 11011

Color Harmonies of #6B231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B231D

Black with #6B231D

Text Example


Text Example

White with #6B231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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