Html Css Color HEX #6B231E Red Oxide

📋 copy color: '#6B231E'

red 107 ◦ green 35 ◦ blue 30

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

Shades of Red Oxide #6B231E

Tints of Red Oxide #6B231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 62.21%
G = 20.35%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.58

RGB Variations

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

Color information

#6B231E (or 0x6B231E) is known color: Red Oxide. HEX triplet: 6B, 23 and 1E. RGB value is (107,35,30). Sum of RGB (Red+Green+Blue) = 107+35+30=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B231E is #94DCE1. Grayscale: #383838. Windows color (decimal): -9755874 or 1975147. OLE color: 1975147.

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

Color convert

RGB 107 35 30 -
CMYK 0 0.67 0.72 0.58
HSL 3.9º 0.56% 0.27% -
HSV(B) 3.9º 0.72% 0.42% -
XYZ 6.9 4.42 1.72 -
YUV 55.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 107 35 30 0 0.67 0.72 0.58 3.9 0.56 0.27
Hex 6B 23 1E 0 43 48 3A 4 38 1B
Octal 153 43 36 0 103 110 72 4 70 33
Binary 1101011 100011 11110 0 1000011 1001000 111010 100 111000 11011

Color Harmonies of #6B231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B231E

Black with #6B231E

Text Example


Text Example

White with #6B231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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