Html Css Color HEX #6B4312 Raw Umber

📋 copy color: '#6B4312'

red 107 ◦ green 67 ◦ blue 18

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

Shades of Raw Umber #6B4312

Tints of Raw Umber #6B4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 18 (7.42% from 255) = 9.38%

R = 55.73%
G = 34.9%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#6B4312 (or 0x6B4312) is known color: Raw Umber. HEX triplet: 6B, 43 and 12. RGB value is (107,67,18). Sum of RGB (Red+Green+Blue) = 107+67+18=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B4312 is #94BCED. Grayscale: #494949. Windows color (decimal): -9747694 or 1196907. OLE color: 1196907.

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

Color convert

RGB 107 67 18 -
CMYK 0 0.37 0.83 0.58
HSL 33.03º 0.71% 0.25% -
HSV(B) 33.03º 0.83% 0.42% -
XYZ 8.18 7.18 1.53 -
YUV 73.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 107 67 18 0 0.37 0.83 0.58 33.03 0.71 0.25
Hex 6B 43 12 0 25 53 3A 21 47 19
Octal 153 103 22 0 45 123 72 41 107 31
Binary 1101011 1000011 10010 0 100101 1010011 111010 100001 1000111 11001

Color Harmonies of #6B4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4312

Black with #6B4312

Text Example


Text Example

White with #6B4312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,67,18); }

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

background-color css

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

 a { background-color: rgb(107,67,18); }

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

border-color css

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

 span { border-color: rgb(107,67,18); }

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