Html Css Color HEX #6F430D Raw Umber

📋 copy color: '#6F430D'

red 111 ◦ green 67 ◦ blue 13

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

Shades of Raw Umber #6F430D

Tints of Raw Umber #6F430D

RGB

 RED value IS 111 (43.75% from 255) = 58.12%

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

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

R = 58.12%
G = 35.08%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6F430D (or 0x6F430D) is known color: Raw Umber. HEX triplet: 6F, 43 and 0D. RGB value is (111,67,13). Sum of RGB (Red+Green+Blue) = 111+67+13=191 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.12% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 111 - color contains mainly: red. Hex color #6F430D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F430D is #90BCF2. Grayscale: #4A4A4A. Windows color (decimal): -9485555 or 869231. OLE color: 869231.

HSL color Cylindrical-coordinate representation of color #6F430D: hue angle of 33.06º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F430D is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 67 13 -
CMYK 0 0.40 0.88 0.56
HSL 33.06º 0.79% 0.24% -
HSV(B) 33.06º 0.88% 0.44% -
XYZ 8.64 7.42 1.36 -
YUV 74 93.58 154.39 -
System Red Green Blue C M Y K H S L
Decimal 111 67 13 0 0.40 0.88 0.56 33.06 0.79 0.24
Hex 6F 43 D 0 28 58 38 21 4F 18
Octal 157 103 15 0 50 130 70 41 117 30
Binary 1101111 1000011 1101 0 101000 1011000 111000 100001 1001111 11000

Color Harmonies of #6F430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F430D

Black with #6F430D

Text Example


Text Example

White with #6F430D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,13); }

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

background-color css

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

 a { background-color: rgb(111,67,13); }

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

border-color css

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

 span { border-color: rgb(111,67,13); }

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