Html Css Color HEX #6B440D Raw Umber

📋 copy color: '#6B440D'

red 107 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #6B440D

Tints of Raw Umber #6B440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.17%

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 56.91%
G = 36.17%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6B440D (or 0x6B440D) is known color: Raw Umber. HEX triplet: 6B, 44 and 0D. RGB value is (107,68,13). Sum of RGB (Red+Green+Blue) = 107+68+13=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B440D is #94BBF2. Grayscale: #494949. Windows color (decimal): -9747443 or 869483. OLE color: 869483.

HSL color Cylindrical-coordinate representation of color #6B440D: hue angle of 35.11º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B440D is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 68 13 -
CMYK 0 0.36 0.88 0.58
HSL 35.11º 0.78% 0.24% -
HSV(B) 35.11º 0.88% 0.42% -
XYZ 8.2 7.29 1.36 -
YUV 73.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 107 68 13 0 0.36 0.88 0.58 35.11 0.78 0.24
Hex 6B 44 D 0 24 58 3A 23 4E 18
Octal 153 104 15 0 44 130 72 43 116 30
Binary 1101011 1000100 1101 0 100100 1011000 111010 100011 1001110 11000

Color Harmonies of #6B440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B440D

Black with #6B440D

Text Example


Text Example

White with #6B440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,68,13); }

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

background-color css

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

 a { background-color: rgb(107,68,13); }

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

border-color css

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

 span { border-color: rgb(107,68,13); }

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