Html Css Color HEX #6B241F Red Oxide

📋 copy color: '#6B241F'

red 107 ◦ green 36 ◦ blue 31

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

Shades of Red Oxide #6B241F

Tints of Red Oxide #6B241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

 BLUE value IS 31 (12.5% from 255) = 17.82%

R = 61.49%
G = 20.69%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#6B241F (or 0x6B241F) is known color: Red Oxide. HEX triplet: 6B, 24 and 1F. RGB value is (107,36,31). Sum of RGB (Red+Green+Blue) = 107+36+31=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B241F is #94DBE0. Grayscale: #383838. Windows color (decimal): -9755617 or 2040939. OLE color: 2040939.

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

Color convert

RGB 107 36 31 -
CMYK 0 0.66 0.71 0.58
HSL 3.95º 0.55% 0.27% -
HSV(B) 3.95º 0.71% 0.42% -
XYZ 6.94 4.49 1.8 -
YUV 56.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 107 36 31 0 0.66 0.71 0.58 3.95 0.55 0.27
Hex 6B 24 1F 0 42 47 3A 4 37 1B
Octal 153 44 37 0 102 107 72 4 67 33
Binary 1101011 100100 11111 0 1000010 1000111 111010 100 110111 11011

Color Harmonies of #6B241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B241F

Black with #6B241F

Text Example


Text Example

White with #6B241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,36,31); }

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

background-color css

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

 a { background-color: rgb(107,36,31); }

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

border-color css

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

 span { border-color: rgb(107,36,31); }

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