Html Css Color HEX #6B473F Congo Brown

📋 copy color: '#6B473F'

red 107 ◦ green 71 ◦ blue 63

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

Shades of Congo Brown #6B473F

Tints of Congo Brown #6B473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 63 (25% from 255) = 26.14%

R = 44.4%
G = 29.46%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6B473F (or 0x6B473F) is known color: Congo Brown. HEX triplet: 6B, 47 and 3F. RGB value is (107,71,63). Sum of RGB (Red+Green+Blue) = 107+71+63=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B473F is #94B8C0. Grayscale: #505050. Windows color (decimal): -9746625 or 4147051. OLE color: 4147051.

HSL color Cylindrical-coordinate representation of color #6B473F: hue angle of 10.91º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B473F is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 71 63 -
CMYK 0 0.34 0.41 0.58
HSL 10.91º 0.26% 0.33% -
HSV(B) 10.91º 0.41% 0.42% -
XYZ 9.21 7.99 5.76 -
YUV 80.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 107 71 63 0 0.34 0.41 0.58 10.91 0.26 0.33
Hex 6B 47 3F 0 22 29 3A B 1A 21
Octal 153 107 77 0 42 51 72 13 32 41
Binary 1101011 1000111 111111 0 100010 101001 111010 1011 11010 100001

Color Harmonies of #6B473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B473F

Black with #6B473F

Text Example


Text Example

White with #6B473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,71,63); }

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

background-color css

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

 a { background-color: rgb(107,71,63); }

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

border-color css

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

 span { border-color: rgb(107,71,63); }

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